No description
| src | Initial version | |
| Cargo.lock | Initial version | |
| Cargo.toml | Initial version | |
| LICENSE | Initial version | |
| Makefile | Initial version | |
| Makefile.tor-install-rust | Initial version | |
| README.md | Initial version | |
gitflush
Implements an interactive git flush command, it's just a toy in Rust.
It is intended to make a better option for my (very lazy) alias:
alias flush='git commit -am "$(date)"'
Build instructions:
This is a standard Rust app. To install it, at a convinient location, use the following shell commands:
git clone https://codeberg.org/threadpanic/apps-rs.git
cd apps-rs
cargo install --path crates/gitflush
TODO:
- Pressing the key makes the entire app quit.