Skip to content

elliott-beach/fish-logic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

fish-logic

This plugin replaces the tokens && and || with ;and and ;or when you type them in on the command line. This may be useful in copy-pasted install scripts that use && to chain commands, or if you are used to bash syntax.

Install

With fisherman

fisher e-beach/fish-logic

TODO

  • Add demo with asciinema
  • prevent quoted expressions like '&&' from being expanded.
  • support vi mode.
  • Add tests

About

chain Fish commands via `&&` or `||`

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages