Giter Site home page Giter Site logo

shell-todo's Introduction

Shell-Todo


Description

Shell-Todo is a linux terminal util to manage local tasks. The program saves tasks for each directory and sort them by their priority when listed.

Compile, Run & Install

Compile the program by navigating to the project's root directory and typing:

$ make

Run, by using make:

$ make run ARGS="[enter your arguments here]"

or, locate the file in the bin directory and run it:

$ ./bin/shell-todo.bin [enter your arguments here]

You can also install the program in the system's path (/usr/bin/) for easy access of the command from anywhere in the terminal:

$ make add_to_path
[sudo] password: ****
> Program added to path, use "td" to call it.
$ td [enter your arguments here]

if you want to remove it from path you can always use:

$ sudo rm -f /usr/bin/td

Usage

Adding a task to the list will create a ".todo" file in the working directory. Deleting the file will delete the tasks you added for that specific directory.

$ td help
> Usage: td [command] [arguments]
Commands:
	-help              -> show this text
	-add [text]        -> add a task into the todo list
	-rem [index]       -> remove a task from the todo list
	-[no command]/list -> display the todo list

shell-todo's People

Contributors

eylon-44 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.