https://github.com/skuzow/cpast
🕓 Git commit in the past
https://github.com/skuzow/cpast
command commit git git-commit pypi-package python python3
Last synced: 6 months ago
JSON representation
🕓 Git commit in the past
- Host: GitHub
- URL: https://github.com/skuzow/cpast
- Owner: skuzow
- License: gpl-3.0
- Created: 2022-12-01T19:42:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T19:19:38.000Z (over 3 years ago)
- Last Synced: 2026-01-07T01:37:24.212Z (6 months ago)
- Topics: command, commit, git, git-commit, pypi-package, python, python3
- Language: Python
- Homepage: https://pypi.org/project/cpast/
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🕓 Cpast
[](https://www.python.org/downloads)
[](https://pypi.org/project/cpast)
[](https://github.com/skuzow/cpast/blob/master/LICENSE)
[](https://github.com/skuzow/cpast/actions/workflows/release.yml)
[](https://github.com/skuzow/cpast/actions/workflows/test.yml)
Git commit in the past.
## 🗿 Usage
```bash
python -m cpast -d DATE -t TIME -m MESSAGE
```
- Date format: `YYYY-MM-DD`
- Time format: `HH:MM:SS`
## ⚙️ Options
- `-h, --help` Show help message and exit
- `-d DATE, --date DATE` Commit date, example: 2021-12-25
- `-t TIME, --time TIME` Commit time, example: 22:13:05
- `-m MESSAGE, --message MESSAGE` Commit message, example: "init :)"
## 🧩 Install
```bash
pip install cpast
```