winfu

Crates.iowinfu
lib.rswinfu
version0.3.4
sourcesrc
created_at2023-04-16 22:20:56.757976
updated_at2024-04-26 16:53:50.436211
descriptionCommandline Function Manager For Windows
homepage
repositoryhttps://github.com/nrdrch/winfu
max_upload_size
id840950
size65,004
Lukas aka sticky aka MoeJoe (nrdrch)

documentation

README

Winfu - Commandline Function Manager For Windows!

Winfu aims to significantly reduce the time and effort you spend on
managing PowerShell functions and variables.
While originally inspired by fish on linux and its quick Terminal function creation,
this Utility now has a more complex set of features to Save, List amd Remove functions or variables
in a intuitive and foolproof way.
Implementation of importing complete functions or variables directly from your clipboard,
always ensures a way to add complex code without the need for any additional effort.

Installation

cargo install winfu
more

Potential Dependencies:

Alternative Method

git clone https://github.com/nrdrch/winfu.git
cd winfu
cargo build --release
  • Preferably move the executable from target/release into a directory in your 'Path' enviorment variable for easy execution.

Option Description Example
sv Save function winfu sv hi "echo hello world"
rm Remove funciton winfu rm hi
ls List functions winfu ls
cp Import clipboard winfu cp
svp Save variable winfu svp docs "C:\Users\Username\Documents"
rmp Remove funciton winfu rmp docs
lsp List functions winfu lsp

Commit count: 134

cargo fmt