https://github.com/m4cs/beforeiforget
Simple Git Auto-Commit Command Line Tool | Written in Python
https://github.com/m4cs/beforeiforget
Last synced: 3 months ago
JSON representation
Simple Git Auto-Commit Command Line Tool | Written in Python
- Host: GitHub
- URL: https://github.com/m4cs/beforeiforget
- Owner: M4cs
- Created: 2020-01-23T03:44:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T15:54:18.000Z (over 5 years ago)
- Last Synced: 2025-02-17T21:14:00.398Z (4 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BeforeIForget
Simple Git Auto-Commit Command Line Tool | Written in PythonRuns `commit -am` for commit. You will need to run `git add .` yourself
# Installation
```
git clone [email protected]:M4cs/BeforeIForget
cd BeforeIForget
python3 setup.py install
```# Usage
`bif [interval] [duration]`
# Examples
```
bif 1m 10m # Every 1 min for 10 mins
bif 5m 1h # Every 5 min for 1 hour
bif 30s 2m # Every 30 seconds for 2 minutes
```