Skip to content

HayatoW/flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flow

Command prefixing for continuous workflow using a single tool.

Install

cargo install flow-cmd

Usage

Start with a prefix:

flow git

Then run commands without repeating the prefix:

$ git> status
$ git> log --oneline

Prefix management:

  • +add adds to the prefix.
  • - or -N drops elements from the end.
  • !commit replaces the last element.
  • :ls -la runs a shell command without the prefix.
  • :q / :exit or Ctrl-D exits.

History is stored in ~/.flow_history.

Acknowledgements

This project was inspired by with. Thanks to the author for the great idea!

License

MIT

About

Stay in flow with your favorite tool.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages