Coder Social home page Coder Social logo

todolist's Introduction

todolist

Terminal based unix-like TO-DO list and note keeping program

Works on Linux, other Unix-like operating systems, Windows and basically anywhere. UTF-8 support sucks in Windows command line (because Windows command line sucks).

Installation:

  1. Clone this repository anywhere you want
git clone https://github.com/Ondrej-Richtr/todolist
  1. (Optional) Change the path of the default todo-list save file by modifying the DEFAULT_PATH macro inside of main.c
  2. Create this save file at the desired location if it doesn't already exist - you should make it empty from the start
touch /path/to/new/default/todofile
  1. Compile all .c files with C compiler of your choice, C99 standard or later is recommended
gcc -std=c99 *.c -o todo
  1. (Optional) you can set up symlink for this program into any of your directories in PATH
ln -s /path/to/todo /bin/todo

Usage:

The todo program currently supports both Interactive and Non-interactive modes. To launch in Interactive mode simply provide no commands.

todo

or with non-default todofile location

todo -f ./path/to/other/todofile

For Non-interactive mode provide command line commands, if you want to use more commands you will need -e option.

todo 'add My important note here'
todo -e 'sort done deadline' -e print

For more information use todo -h.

Commands:

Now there are commands: print, add, delete, mark, clear, change, move, swap, sort and (only for interactive mode) help.

For the complete list of all commands and brief description use -h or --help option or use help command in interactive mode. You can also get detailed help for each command by using --help=COMMAND option or by using help COMMAND command in interactive mode.

todolist's People

Contributors

ondrej-richtr avatar

Stargazers

 avatar Andrew Johnson 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.