Skip to content
/ shtm Public

shtm - SHell-like Task Manager, written on C++ for linux

License

Notifications You must be signed in to change notification settings

voidsetd/shtm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shtm

Usage

  • '+' - new task (+TODO: Code)
  • '=' - toggle task (=1)
  • '-' - remove task (-1)
  • 'q' - exit the shtm (q)

Building

Dependencies:

  • gcc
  • make
  • cmake

To install dependencies, use:

  • For Arch distributions:
sudo pacman -S gcc make cmake
  • For Ubuntu/Debian distributions:
sudo apt install build-essentials cmake

Building

  1. Get source code from github
git clone https://github.org/slody08/shtm.git
  1. Build it
cd shtm
mkdir build
cd build
cmake ..
make

Releases

No releases published

Packages

No packages published