crux VS unpackaged.el

Compare crux vs unpackaged.el and see what are their differences.

crux

A Collection of Ridiculously Useful eXtensions for Emacs (by bbatsov)

unpackaged.el

A collection of useful Emacs Lisp code that isn't substantial enough to be packaged (by alphapapa)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
crux unpackaged.el
14 9
864 373
- -
5.9 1.6
26 days ago about 1 year ago
Emacs Lisp Emacs Lisp
- 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.

crux

Posts with mentions or reviews of crux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-29.

unpackaged.el

Posts with mentions or reviews of unpackaged.el. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-14.
  • Repository with code snippets and utility functions
    5 projects | /r/emacs | 14 Sep 2022
  • [ANN] unpackaged/imenu-eww-headings: Offer HTML headings in EWW buffers with Imenu
    2 projects | /r/emacs | 12 Apr 2022
  • unpackaged/custom-toggle-all-more-hide: Expand all options’ documentation
    1 project | /r/emacs | 10 Aug 2021
  • The Emacs Lock-In Effect or the Emacs Sunk Cost Fallacy
    8 projects | news.ycombinator.com | 6 Aug 2021
    The question is almost like asking a fish to describe water. It's the sudden lack of it that produces a really clear example. :)

    Anyway, here's a random example that comes to mind: I have some sexps in a Lisp file and I want to sort them alphabetically. Each sexp (usually a top-level form, but not necessarily) usually spans multiple lines, so line-sorting won't do it. Since they may be top-level forms, there may be comments between them that would lose their context if their position relative to sexps were lost, so comments need to "stick to" sexps they're above.

    How would you solve this in a random text editor?

    In Emacs, I would develop a command that does what I need. At each stage of the development process, I evaluate the command's definition, and it's instantly available to be used and tested. I could even test the function on its own definition, if I wanted to be silly (undoing the sorting after testing, of course).

    When I'm done, I save the command definition to my configuration, and it's now a permanent tool in my toolbox. I didn't have to recompile the editor and start a new process, nor did I have to submit a patch to an upstream and ask for it to be merged. Similarly to a carpenter (forgive me if it sounds silly), my editor is my workbench, and as wood is malleable, so is my editor.

    So, here's the command I came up with (maybe not the prettiest implementation, but maybe not the worst): https://github.com/alphapapa/unpackaged.el#sort-sexps And using Emacs and Org mode, I publish it into this "unpackaged" package, which I then install into my configuration as a package, and other users can then easily install it into theirs, too.

    I don't know of any other editor that can do all of this, certainly not so easily.

  • An Introduction to the Ultimate Git UI, Magit!
    1 project | /r/emacs | 30 Jun 2021
  • Automatically sorting an Org file upon save using multiple sorting criteria
    3 projects | /r/orgmode | 17 Jun 2021
    Here's the code in my Emacs config. I'll probably add these functions to unpackaged.el (the Org sorting function there is more primitive than these).
  • Navigation suggestion needed
    2 projects | /r/orgmode | 10 Jun 2021
    Sorting. This is handled within Org, see org-sort. However, you may find this function helpful for sorting recursively and with multiple methods (e.g. first by priority, then alphabetically): https://github.com/alphapapa/unpackaged.el#sort-tree-by-multiple-methods-at-once
  • Lets talk about Emacs UI
    2 projects | /r/emacs | 24 Dec 2020
    The customize buffers can be used with the keyboard. You can tab between fields, and C-c C-c to set values. See also https://github.com/alphapapa/unpackaged.el#set-value-of-customization-option-at-point

What are some alternatives?

When comparing crux and unpackaged.el you can also consider the following projects:

emacs4cl - A tiny DIY kit to set up vanilla Emacs for Common Lisp programming

ement.el - A Matrix client for GNU Emacs

meow - Yet another modal editing on Emacs / 猫态编辑

lispy - Short and sweet LISP editing

emacs.d - Fast and robust Emacs setup.

Emacs-VSCode-Default-High-Contras

selectrum - 🔔 Better solution for incremental narrowing in Emacs.

vertico - :dizzy: vertico.el - VERTical Interactive COmpletion

emacs.d - An Emacs configuration bundle with batteries included

org-make-toc - Automatic tables of contents for Org-mode files

xah-fly-keys - the most efficient keybinding for emacs

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