This repository was archived by the owner on Mar 25, 2024. It is now read-only.
Releases: smallhadroncollider/cmt
Releases · smallhadroncollider/cmt
0.7.1
- adds
--no-coloroption
Installation
- Mac (Homebrew):
brew install cmt - Mac/Linux: download binary and place it in a directory in your
$PATH(e.g./usr/local/bin) - Debian (including Ubuntu): download the
.debfile and rundpkg -i cmt-0.7.1_x86-64-linux.deb. You may also need to install thelibtinfo5package (sudo apt install libtinfo5) - Fedora: Run
sudo dnf install ncurses-compat-libsthen download and run binary as described above
0.7.0
- adds help option
-h - adds version option
-v - adds
.cmtpath option-c - add dry-run option
--dry-run
Installation
- Mac/Linux: download binary and place it in a directory in your
$PATH(e.g./usr/local/bin) - Debian (including Ubuntu): download the
.debfile and rundpkg -i cmt-0.7.0_x86-64-linux.deb. You may also need to install thelibtinfo5package (sudo apt install libtinfo5) - Fedora: Run
sudo dnf install ncurses-compat-libsthen download and run binary as described above
0.6.0
- streams git commit process so you can see what's going on
Installation
- Mac/Linux: download binary and place it in a directory in your
$PATH(e.g./usr/local/bin) - Debian (including Ubuntu): download the
.debfile and rundpkg -i cmt-0.6.0_x86-64-linux.deb. You may also need to install thelibtinfo5package (sudo apt install libtinfo5) - Fedora: Run
sudo dnf install ncurses-compat-libsthen download and run binary as described above
0.5.0
0.4.0
- added predefined message support
Installation
- Mac/Linux: download binary and place it in a directory in your
$PATH(e.g./usr/local/bin) - Debian (including Ubuntu): download the
.debfile and rundpkg -i cmt-0.4.0_x86-64-linux.deb
0.3.0
- fixed various bugs
- stores previous commit message on failure
Installation
- Mac/Linux: download binary and place it in a directory in your
$PATH(e.g./usr/local/bin) - Debian (including Ubuntu): download the
.debfile and rundpkg -i cmt-0.3.0_x86-64-linux.deb
0.2.1
- added a
%option to list staged files
Installation
- Mac/Linux: download binary and place it in a directory in your
$PATH(e.g./usr/local/bin) - Debian (including Ubuntu): download the
.debfile and rundpkg -i cmt-0.2.1_x86-64-linux.deb
0.2.0
- added comments to
.cmtformat
Installation
- Mac/Linux: download binary and place it in a directory in your
$PATH(e.g./usr/local/bin) - Debian (including Ubuntu): download the
.debfile and rundpkg -i cmt-0.2.0_x86-64-linux.deb
0.1.3
- searches home directory for
.cmtfile if none found - removed POSIX specific path issue
Installation
- Mac/Linux: download binary and place it in a directory in your
$PATH(e.g./usr/local/bin) - Debian (including Ubuntu): download the
.debfile and rundpkg -i cmt-0.1.3_x86-64-linux.deb
0.1.2
- searches up directory structure for
.cmtfile
Installation
- Mac/Linux: download binary and place it in a directory in your
$PATH(e.g./usr/local/bin)