Skip to content
generated from 2KAbhishek/bare-minimum

Quickly commit individual files in git. ⚡✅

License

Notifications You must be signed in to change notification settings

2KAbhishek/cmtr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
Jan 3, 2020
Jan 3, 2020
Aug 31, 2023
Dec 15, 2024

Repository files navigation

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:

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

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