Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2kabhishek/cmtr
Quickly commit individual files in git. ⚡✅
https://github.com/2kabhishek/cmtr
developer-tools git github utility
Last synced: about 2 months ago
JSON representation
Quickly commit individual files in git. ⚡✅
- Host: GitHub
- URL: https://github.com/2kabhishek/cmtr
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2020-01-03T01:21:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T16:45:30.000Z (12 months ago)
- Last Synced: 2024-05-01T16:27:00.810Z (8 months ago)
- Topics: developer-tools, git, github, utility
- Language: Shell
- Homepage: https://2kabhishek.github.io/committer
- Size: 48.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cmtr is a tool that allows developers to quickly commit files to git.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed `git`
## Installing
To install cmtr, follow these steps:
```bash
git clone https://github.com/2kabhishek/cmtr
cd cmtr
# Setup symlink, make sure target directory is added to PATH
ln -sfnv $PWD/cmtr.sh ~/.local/bin/cmtr
```## Using cmtr
```bash
USAGE:
cmtr [FLAGS]FLAGS:
Select files sorted newest first
-a Batch commit files oldest first
-n Select files sorted by name
-an | -na Batch commit files sorted by name
-h Show help```