Coder Social home page Coder Social logo

dodis's Introduction

Do Dis

A command line todo list in python

Do Dis is an extremely simple todo list manager for the commanline.

Installation

  1. Clone this repo git clone https://github.com/patmood/dodis.git
  2. Simply run python dodis.py to get started
  3. For regular use and fast execution, add an alias in your shell profile (eg ~/.bashrc for bash, or ~/.config/fish/config.fish for fish shell). Add the line:

alias do="python ~/path/to/dodis/dodis.py"

This allows you to quickly add items from anywhere by running do

Usage

Add and item

$ do Buy milk

# TODO

  [0] - Buy milk

Remove an item

$ do -d 0

# TODO

Change the title

$ do -t DO THESE THINGS:

# DO THESE THINGS

  [0] - Buy milk

Use a custom list file

The default list file is TODO.md located in the same directory as the script. You can use a custom list and switch between them using the -f option.

$ do -f mylist.md

Reset a list

$ do -r TODO.md

Options

Usage:

python dodis.py [options]

Options:

-h, --help        show all options
-t, --title       change the list title
-d, --delete      delete a list item
-r, --reset       reset a list

Credit

Dodis was inspired by Steve Tosh's "t" http://stevelosh.com/projects/t/. An awesome project that I wanted to attempt myself while learning python.

dodis's People

Contributors

patmood avatar

Stargazers

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