rodo VS organice

Compare rodo vs organice and see what are their differences.

rodo

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

organice

An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers (by 200ok-ch)
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 organice
5 84
27 2,349
- 0.9%
2.7 6.7
over 2 years ago 4 months ago
Ruby JavaScript
GNU General Public License v3.0 only GNU Affero General Public License v3.0
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

organice

Posts with mentions or reviews of organice. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-20.
  • Ask HN: Self-hosted alternative to Apple Notes?
    1 project | news.ycombinator.com | 31 Jan 2024
    With organice you can host your notes on Gitlab for free and the backend becomes "git". You get web apps for Windows, iOS and Android.

    https://organice.200ok.ch/

  • Notes on Emacs Org Mode
    3 projects | news.ycombinator.com | 20 Jan 2024
    Sorry, but _what exactly_ «it seems to do» from your point of view?

    My «second brain» now is almost 300Mb of text, pictures, sound files, PDF and other stuff. As I already mentioned, it contains tables, mathematical formulae, sheet music, cross-references, code samples, UML diagrams and graphs in Graphviz format. It is versioned, indexed by local search engine, analyzed by AI assistant and shared between many computers and mobile devices. And (last but not least) it works: it allows me to solve my tasks way more faster than with the assistant of external, non-personalized tools (like ChatGPT, StackExchange or Google).

    I know no tools for all this tasks except org-mode. Well, maybe Evernote in the 2010-s was something similar — but with less features, with more bugs and with worse interface.

    Personal note-taking _is_ a complex task per se (well, at least for someone like typical HN visitor). I've seen many note-taking tools, that were ridiculously featureless, stupid and inconvenient because they were _not_ complex enough.

    > Sure if one wants to do emacs-gardening it is fine.

    1)You can use org-mode outside Emacs. See for example Logseq (https://logseq.com/), organice (https://organice.200ok.ch/) or EasyOrg.

    2)Org-mode works in Emacs out of the box, you don't need any «emacs-gardening» to use org-mode.

    3)The term «Emacs-gardening» itself sound a bit like hate-speech for me. The complexity of Emacs customization is overrated, mostly due to opinions of people who never used Emacs or used it in the previous millennium.

  • Let's write an Emacs treesitter major mode
    7 projects | news.ycombinator.com | 14 Sep 2023
  • Is there any app or site with org-mode syntax live-preview?
    5 projects | /r/orgmode | 23 Jun 2023
    organice?
  • Quick recap of the state of Org mode apps for Android
    2 projects | /r/orgmode | 7 Apr 2023
  • How do you take efficient notes?
    2 projects | news.ycombinator.com | 11 Mar 2023
    organice is a user friendly, cloud backed up, lightweight front end to orgmode (or based on).

    https://organice.200ok.ch/

  • Orgmode is amazing
    2 projects | /r/orgmode | 4 Mar 2023
    organice is a more active fork of org-web that can also sync with GitLab or WebDAV. I'm currently syncing it with my personal Nextcloud server.
  • Should I use Vscode org mode or emacs org mode
    2 projects | /r/orgmode | 22 Feb 2023
    If you just need the basic syntax highlighting provided by the VS Code plugin then use that. If you want the full power of org mode then go with Emacs. If you want something in between then maybe EasyOrg https://easyorgmode.com/ or Organice https://github.com/200ok-ch/organice will do.
  • What can orgmode do that notion or obsidian can’t
    2 projects | /r/orgmode | 4 Feb 2023
  • Org-Mode suggestions for tablets/mobile devices
    2 projects | /r/emacs | 16 Jan 2023
    You could try “organice”: https://github.com/200ok-ch/organice , it runs on any browser including Mobile Safari, so it should work on iPads. I haven’t tried it on Android nor Android-based tablets. It does work on iPhone.

What are some alternatives?

When comparing rodo and organice 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.

org-roam - Rudimentary Roam replica with Org-mode

NotePlan_Themes - Official collection of custom themes for NotePlan 3

orgzly-android - Outliner for taking notes and managing to-do lists

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.

org-web-tools - View, capture, and archive Web pages in Org-mode

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

grit - Multitree-based personal task manager

orgmode - Orgmode clone written in Lua for Neovim 0.9+.

tax - CLI Task List Manager

org-web - org-mode on the web, built with React, optimized for mobile, synced with Dropbox and Google Drive