emacs-buttercup VS org-gtd.el

Compare emacs-buttercup vs org-gtd.el and see what are their differences.

emacs-buttercup

Behavior-Driven Emacs Lisp Testing (by jorgenschaefer)

org-gtd.el

A package for using GTD with org-mode (by Trevoke)
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
emacs-buttercup org-gtd.el
4 19
358 363
- -
8.0 8.4
about 2 months ago 5 months ago
Emacs Lisp Emacs Lisp
GNU General Public License v3.0 only GNU General Public License v3.0 only
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.

emacs-buttercup

Posts with mentions or reviews of emacs-buttercup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-01.
  • Emacs is big, emacs is god, emacs makes unit tests a major PITA
    2 projects | /r/emacs | 1 Apr 2023
    ERT doesn't have much to help with this, but Buttercup has a number of facilities to help with controlling the environment around each test: https://github.com/jorgenschaefer/emacs-buttercup/
  • Emacs’s Builtin Elisp Cheat Sheet
    8 projects | news.ycombinator.com | 6 Jul 2022
    > (For example, when trying to test things out I haven't really found a way much better than typing into scratch, selecting code and running it while staring at messages....)

    Are you talking about when you're noodling, trying to figure how things work, or actually trying to build something?

    For playing around, I found that scratch works ok, but I found a better workflow.

    I end up using a daily note in org-roam, with #begin_src elisp... I then tag the heading with :REFILE:ELISP: so I can always find it later. Basically evaluate everything inline within that org-babel block.

    When I'm building something, or driving towards a specific goal, I use buttercup [0] to write actual unit tests. If I squint, it kinda looks like TDD.

    Finally, for debugging of running elisp, take a look at edebug [1]. It's a pretty standard looking debugger (if you used something like gdb). By default emacs uses debug which is not as friendly.

    [0]: https://github.com/jorgenschaefer/emacs-buttercup

    [1]: https://www.gnu.org/software/emacs/manual/html_node/elisp/Ed...

  • Writing my first tests in elisp
    1 project | /r/emacs | 9 Sep 2021
    Ok, before posting this I looked up a bit and found this and this. Buttercup seems great. Links or tips from experienced developers are welcome.
  • emacs-buttercup: Behavior-Driven Emacs Lisp Testing
    1 project | /r/planetemacs | 25 Feb 2021

org-gtd.el

Posts with mentions or reviews of org-gtd.el. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-27.

What are some alternatives?

When comparing emacs-buttercup and org-gtd.el you can also consider the following projects:

dark-notify - Watcher for macOS 10.14+ light/dark mode changes

emacs-gtd - Get Things Done with Emacs

treemacs

emacs-anki-helper - Manage your Anki cards in Emacs.

straight.el - 🍀 Next-generation, purely functional package manager for the Emacs hacker.

crkbd - Corne keyboard, a split keyboard with 3x6 column staggered keys and 3 thumb keys.

dotfiles - My dotfiles: macOS, OpenBSD, Linux. Setup: git init; git remote add github https://github.com/rollcat/dotfiles; git pull github master

tasks - Bringing Astrid Tasks back from the dead

org-ql - A searching tool for Org-mode, including custom query languages, commands, saved searches and agenda-like views, etc.

qmk_firmware - Open-source keyboard firmware for Atmel AVR and Arm USB families

github-orgmode-tests - This is a test project where you can explore how github interprets Org-mode files