rodo VS grit

Compare rodo vs grit and see what are their differences.

rodo

Rodo is a terminal-based todo manager written in Ruby (by coezbek)

grit

Multitree-based personal task manager (by climech)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rodo grit
5 7
27 1,658
- -
2.7 0.0
over 2 years ago over 2 years ago
Ruby Go
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rodo

Posts with mentions or reviews of rodo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-22.
  • Show HN: Heynote – A Dedicated Scratchpad for Developers
    22 projects | news.ycombinator.com | 22 Dec 2023
    I wrote a small Ruby TUI which works like this called Rodo (Ruby Todos). Pressing CTRL+t will get you a new Todo list (it's just markdown) at the top of a file.

    https://github.com/coezbek/rodo

  • A plain-text file format for todos and check lists
    12 projects | news.ycombinator.com | 22 Aug 2022
    I am almost using this format for my markdown todo app written in Ruby:

    https://github.com/coezbek/rodo

    Differences:

    I use unicode symbols such as ⌛ or for paused or priority items.

    I use dash for obsolete/canceled items. I find this more in line with bullet journal which inspired the development of Rodo.

    I do use markdown bullet lists.

  • Show HN: A plain-text file format for todos and check lists
    34 projects | news.ycombinator.com | 1 Apr 2022
    Nice! I also have this pain of the file losing shape quickly. My take is to have a a CLI tool to "carry over" all todos which aren't solved into a new heading. This way the old/resolved items are moved to the back/lower in the file.

    I call it Rodo (Todos in Ruby): https://github.com/coezbek/rodo

    It uses Markdown for syntax.

  • My productivity app for the past 12 years has been a single .txt file
    7 projects | news.ycombinator.com | 23 Dec 2021
    Definitely true, but sometimes the lack of sane tooling makes it harder to follow rituals. I used to use the same format as the OP in a text editor, but struggled with the daily grind of copying items around and carrying over todos from the last day. Paper is much better for this, but messy (even with scanning).

    In the end I wrote a small tool to assist with starting each day with a blank journal and all remaining items from the last day. Syntax is primarily markdown.

    https://github.com/coezbek/rodo

  • Note Taking in 2021
    11 projects | news.ycombinator.com | 16 Jun 2021
    I have recently developed my own terminal-based UI for day journalling and todo/task tracking [1] in markdown files because I was sick of rearranging todos in other tools and just needed something which provides a standard template for each day (journal, high priority, todos of the day).

    The main advantage is that you can "migrate" all unfinished todos to a new page/day and thus get a clean start each day. This idea comes from bullet journalling.

    To get it done I had to dig a bit into ncurses, which turned out more interesting than I thought. For instance, Windows Terminal just gained support for bracketed paste a couple of months ago and my tool supports it.

    Long term I would like to add generated views (for instance: last year this time one of your highlights was...) and support recurring tasks to be inserted into he daily log.

    [1] https://github.com/coezbek/rodo

    Stack: Ruby, Curses, Markdown

grit

Posts with mentions or reviews of grit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-20.
  • Grit – multitree personal task manager
    1 project | news.ycombinator.com | 6 Nov 2023
  • Show HN: Obsidian Canvas – An infinite space for your ideas
    15 projects | news.ycombinator.com | 20 Dec 2022
    This is cool, but the killer feature I'm looking for is a UI to accomplish the functionality of grit https://github.com/climech/grit. Grit itself isn't particularly functional, but its write-up in the readme hasn't been fully realized by any task tracking software (as far as I'm aware).
  • Show HN: A plain-text file format for todos and check lists
    34 projects | news.ycombinator.com | 1 Apr 2022
    *

    By specifying order through indentation, we've now created a DAG for what needs to be done, in what order, with the most actionable tasks having the largest indentation. This is how I organize my plaintext to-do files, but afaict no todo list software is able to handle this gracefully- with the exception of grit, which is more of an experiment (but the readme is incredibly well written and describes DAG problem to a tee).

    https://github.com/climech/grit

    Does anyone know if org-mode handles complex trees? All the examples I've found online were trivial (i.e. one task deep)

  • Show HN: Grit – a multitree-based personal task manager
    1 project | /r/patient_hackernews | 2 Apr 2021
    1 project | /r/hackernews | 2 Apr 2021
    3 projects | news.ycombinator.com | 2 Apr 2021
    Seems like it uses sqlite. Presumably it's trivial to sync using whatever file sync tool you want (Dropbox, or whatever) as long as you're fine without concurrent editing. For that you'd need application support or a more amenable data structure.

    https://github.com/climech/grit/blob/master/db/db.go

What are some alternatives?

When comparing rodo and grit you can also consider the following projects:

logseq - A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

obsidian-api - Type definitions for the latest Obsidian API.

NotePlan_Themes - Official collection of custom themes for NotePlan 3

orgajs - parse org-mode content into AST

xournalpp - Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets.

nb - CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.

xit - A plain-text file format for todos and check lists

taskwiki - Proper project management with Taskwarrior in vim.

tax - CLI Task List Manager

obsidian-ocr - Obsidian OCR allows you to search for text in your images and pdfs

sowhat