Skip to content

nrdrch/winfu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

134 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Commandline Function Manager For Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages