Skip to content

nullscry/finish-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finish-it

Build Status Release Status Crate Status Docs Status

A TUI application to track whatever is that you would actually like to finish after starting. The project uses tui-rs and and sqlite database.

Target Plaforms

  • aarch64-linux
  • x86_64-linux
  • x86_64-macos
  • x86_64-windows

Installation

  • Using cargo

    • cargo install finish-it

      will report where the binary is installed. The default location in Linux:

      Installing /home/<youruser>/.cargo/bin/finish-it
    • Then invoke the binary with

      /home/<youruser>/.cargo/bin/finish-it

      OR if /home/<youruser>/.cargo/bin/ is in your PATH

      finish-it
  • Using precompiled binaries

    • Download and install latest version for your architecture from releases
    • Unzip, untar and directly use the binary like:
      finish-it
    • You might need to give executable permissions to the binary like:
      chmod +x finish-it

Usage

Simply

finish-it

Home Tab

Screenshot of Home Tab

Topics Tab

Screenshot of Topics Tab

Add Tab

Screenshot of Add Tab

Updating Progress

Screenshot of Update Popup in Topics Tab

Deleting

Deleting Item

Screenshot of Delete Item Popup in Topics Tab

Deleting Topic

Screenshot of Delete Topic Popup in Topics Tab