Giter VIP home page Giter VIP logo

thinkndo's Introduction

Think'n'do

A hierarchical outliner and todo manager.

Installation

sudo apt install python3-pyqt5
git clone [email protected]:fboender/thinkndo.git
cd thinkndo
sudo cp -ar src /usr/local/lib/thinkndo
sudo ln -s /usr/local/lib/thinkndo/thinkndo /usr/local/bin/thinkndo

Keybindings

Thinkndo uses Vi-like keybindings:

Movement

  • h: Go to parent item
  • j: Go to next item
  • k: Go to previous item
  • l: Go down the tree or add a new item under current item
  • /: Search
  • n: Jump to next search match
  • m[a-zA-Z]: Set mark
  • [a-zA-Z]: Jump to mark

Tree manipulation

  • a: Edit item
  • d: Delete item
  • shift+o: Insert item above
  • o: Insert item below
  • p: Paste (deleted) entry below
  • shift+p: Paste (deleted) entry above
  • ctrl+shift+p: Paste (deleted) entry as children of current item
  • shift+v: Start visual mode. Grow the selection using h, j, k, l. You can then use d to delete the selection and x to mark them done.
  • c: Toggle expanded item
  • shift+c: Toggle auto-close of subtree
  • shift+j: Move item down
  • shift+k: Move item up
  • control+shift+j: Move item down to next item with same checked status or icon.
  • control+shift+k: Move item up to next item with same checked status or icon.
  • control+shift+p: Move item to the tree above
  • control+shift+n: Move item to the tree below

Other

  • q: Close program
  • x: Toggle done
  • Escape: Close program

License

Released under the GPLv3. See the LICENSE file for more info.

thinkndo's People

Contributors

fboender avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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