1
0
Fork
You've already forked gitflush
0
No description
Rust 99.3%
Makefile 0.7%
2024年12月19日 08:44:33 +01:00
src Initial version 2024年12月19日 08:44:33 +01:00
Cargo.lock Initial version 2024年12月19日 08:44:33 +01:00
Cargo.toml Initial version 2024年12月19日 08:44:33 +01:00
LICENSE Initial version 2024年12月19日 08:44:33 +01:00
Makefile Initial version 2024年12月19日 08:44:33 +01:00
Makefile.tor-install-rust Initial version 2024年12月19日 08:44:33 +01:00
README.md Initial version 2024年12月19日 08:44:33 +01:00

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.