Skip to content

bernas670/left

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

left: See what's left, live what's right.

Inspired by @CristianRus4's Left. Take a look at his awesome app!

left is a lightweight, terminal-based progress tracker that provides an intuitive visualization of elapsed and remaining time. It offers a simple yet powerful way to stay aware of time.

Demo of year, month and day modes

Usage

left -m (life|year|month|day) [-b birthdate] [-h]
  -m  Mode: life, year, month, or day (default: year)
  -b  Birthdate in yyyy-mm-dd format (required for life mode)
  -q  Quiet mode (only show progress bar)
  -h  Show this help message

Installation

To install left for the current user:

git clone https://github.com/bernas670/left.git && \
chmod +x left/left.sh && \
mkdir -p ~/.local/bin && \
mv left/left.sh ~/.local/bin/left && \
rm -rf left

Note: Make sure that ~/.local/bin is in your PATH.

Contributing

Contributions are welcome! If you have suggestions for improving the script or find a bug, feel free to open an issue or submit a pull request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages