Skip to content

ubhisat/Sandook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandook

Sandook is a command line TODO program for linux based systems. It can be run under cygwin on windows.

Sandook.png

Requirements

Sandook requires

  • python 2.7
  • urwid
  • dropbox (required for sync to work!)

Installation

  • extract the downloaded sandook-x.x.tar.gz or sandook-x.x.zip file
  • At the command prompt execute: python setup.py install . You may need admin privileges depending upon your setup.
  • run sandook
  • Press ctrl+p to show a help dialog for a list of available commands

Configuration for sync with dropbox

  • Run sandook-config -h for a list of available commands.
  • This program requires user to provide the APP_KEY and APP_SECRET which can be acquired by registering an app at (for dropbox, currently supported) https://www.dropbox.com/developers/apps
  • Please note that you will have to press Enter after authorizing the app on your web-browser (which should open automatically) to complete the configuration.

License

Sandook is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Sandook is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Please see http://www.gnu.org/licenses/gpl-3.0.html for more information.

About

Sandook is a command line task management utility for linux systems written using wonderful library 'urwid'. It can be run under cygwin on windows too.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages