Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A powerful yet easy-to-use todo TUI

License

NotificationsYou must be signed in to change notification settings

Q1CHENL/todoism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A powerful yet easy-to-use todo TUI

Screenshots

screenshotscreenshot-help

Highlights

  • Simple, intuitive interface
  • Mouse support: click & scroll
  • Easy task search
  • Customizable: theme, sorting, and more
  • Common Keyboard shortcuts support for editing
  • Vim-like commands available for convenience

Install and use

  • Install:pip install todoism
  • Run:todoism ortodo
  • Update:pip install todoism --upgrade
  • Use: Invoke help message using command:help to see commonly used operations and commands

Note

Some terminals does not support mouse click or strike through effect.Ptyxis (new default terminal for GNOME 47) does not fully support strikethrough effect.Ghostty does not has good support for bold text.You can turn them off inpreference panel (open with:pref as specified in the help message)

Keycode recording

When you first start todoism, you'll be prompted to record key combinations for text navigation.

  • CTRL + LEFT: Move cursor one word left when editing text
  • CTRL + RIGHT: Move cursor one word right when editing text
  • CTRL + SHIFT + LEFT: Select text from cursor position to one word left
  • CTRL + SHIFT + RIGHT: Select text from cursor position to one word right
  • ALT + LEFT:
    • Move cursor to the beginning of the text
    • Jump to top task/category
  • ALT + RIGHT:
    • Move cursor to the end of the text
    • Jump to bottom task/category

Note

Some terminals likeGhostty andkitty may have built-in key bindings that conflict with the above. You need to disable them before recording.

Develop

  • Run with docker in dev mode with test files (run inproject root):

    1. Build docker image:docker build -t ubuntu-todoism .
    2. Run./test/todocker.sh
    • Add--profile to enable profiling
  • Or runpython -m todoism --dev directly (for using debugger)

    • Add--profile to enable profiling

Flag--dev and--profile are not available in PyPI installation

  • Automated integration test (Experimental):

    1. Installwmctrl with your package manager (for auto window focus)
    2. Runpython test/integration.py inproject root
    • Add--profile to enable profiling
    1. Read the instructions printed in the terminal carefully
  • Normal Configuration and data files are located in~/.todoism/. Test ones are intest/.todoism

Caution

Todoism is currently under active development and backwards compatibility is not guaranteed as I refine features and data structures. Automatic data migration (tasks, categories, settings) between versions may not be fully supported. Please backup your data when needed.v1.21 and lower versions are perticularly deprecated!

Contribute

Issues and PRs are welcome! Todoism is built from scratch with curses library. Please refer to the cursesdocs andhow-to to get started.


[8]ページ先頭

©2009-2025 Movatter.jp