rmrl VS grit

Compare rmrl vs grit and see what are their differences.

rmrl

Render reMarkable documents to PDF (by rschroll)

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
rmrl grit
10 7
113 1,658
- -
0.0 0.0
over 2 years ago over 2 years ago
Python 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.

rmrl

Posts with mentions or reviews of rmrl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-20.
  • Show HN: Obsidian Canvas – An infinite space for your ideas
    15 projects | news.ycombinator.com | 20 Dec 2022
    Cool project! Note that if you want to support the Remarkable scribbles, there's a Python project that does that:

    https://github.com/rschroll/rmrl

  • PFD & PNG
    2 projects | /r/RemarkableTablet | 23 Jan 2022
    If you need a high detail at the cost of cosmetics (e.g. pencil texture), rmrl is a pretty good renderer: https://github.com/rschroll/rmrl
  • New Yorker: Can “Distraction-Free” Devices Change the Way We Write?
    1 project | /r/RemarkableTablet | 15 Dec 2021
    100% and yet it's still worth it. I write this as a programmer meaning that, ironically enough, my distraction is when I pick the reMarkable to start reading or sketching but despite the minimalist setup still get distracted. Not by social network notifications or the possibility of a web search but rather here for example to suggest you https://github.com/rschroll/rmrl for your PDF and if its too limited (it always is) to consider what prototypes I could build that challenge the very way I read and write. I believe it's worst for researchers because the process itself must be described in order to publish a result. One must step back and describe the experiment so that it can be both challenged and reproduced. Consequently there is always on the back of the mind a simple and justified question "Is this the right way to do that?". I believe it is quite taxing but it still worth because, and that's just my view, thinking itself relies extensively on tools. We like to imagine that it's a pure process of the mind but for any complex enough thought, we need tools. We run simulations, we sketch diagram, we organize a bibliography which represents the thoughts and experiments of others, etc. This is literally unmanageable without tools regardless of ones "intelligence". This in turns mean that the better the tool, at least in regard to the final goal, the further one can go.
  • Any way to export a folder with multiple notebooks?
    2 projects | /r/RemarkableTablet | 1 Nov 2021
    Then use https://github.com/rschroll/rmrl to convert the data files you get from the previous point to pdf.
  • Command line tool to convert page to png or pdf on the device, or from a third party?
    3 projects | /r/RemarkableTablet | 18 Sep 2021
    I love this tool: https://github.com/rschroll/rmrl
  • Programmatically changing the opened notebook
    4 projects | /r/RemarkableTablet | 26 Jun 2021
    Reading/parsing .rm files has been already implemented by these 2 Python libraries: * https://github.com/bsdz/remarkable-layers (not maintained any longer) * https://github.com/rschroll/rmrl (looks up-to-date)
  • PSA: rsync, cryptsetup and veritysetup binaries now included in 2.8 update
    3 projects | /r/RemarkableTablet | 19 Jun 2021
    This would also be less of an issue if you ran your own infrastructure (see rmfakecloud, or use something like Syncthing or Nextcloud together with rmrl for file conversion).
  • Issue w/ highlighter tool (beta 2.7.0.30)
    3 projects | /r/RemarkableTablet | 21 Apr 2021
    This has been a gripe of mine for a while. The problem is that reMarkable isn't implementing the PDF standard correctly. Their highlights are just visual overlays but not Annotation objects. I have submitted a pull request to the RMRL python library to fix this, but the author has not been responsive. I also submitted a support request referencing the specific standard, but I'm not holding my breath. In the mean time you can always try using my version of RMRL, but it requires use of the command line and a working python install.
  • Ondevice .rm to .svg/.pdf conversion
    2 projects | /r/RemarkableTablet | 10 Mar 2021
    One way to manage the issue, would be to look into rmlr, install python and pip via Entware/Toltec, and try to have rmlr running on the RM if all the dependencies can be found for the ARM architecture.
  • rmrl: reMarkable Rendering Library
    1 project | /r/RemarkableTablet | 26 Jan 2021

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 rmrl and grit you can also consider the following projects:

remarkable-layers - Python module for reading and writing Remarkable Lines files

rodo - Rodo is a terminal-based todo manager written in Ruby

rmStorageTools - Based on rmWebUiTools but uses local flat files and rmrl!

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

scrypt-js - Pure JavaScript implementation of the scrypt password-based key derivation function.

orgajs - parse org-mode content into AST

remarks - Extract annotations (highlights and scribbles) from PDF, EPUB, and notebooks marked with reMarkable tablets. Export to Markdown, PDF, PNG, SVG

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.

rmrl - Render reMarkable documents to PDF

taskwiki - Proper project management with Taskwarrior in vim.

rmapi - Go app that allows you to access your reMarkable tablet files through the Cloud API

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