emamux VS my-little-friends

Compare emamux vs my-little-friends and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
emamux my-little-friends
2 5
261 -
0.0% -
0.0 -
over 2 years ago -
Emacs Lisp
- -
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.

emamux

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

my-little-friends

Posts with mentions or reviews of my-little-friends. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-26.
  • skybert's Emacs Config
    1 project | /r/planetemacs | 20 Jan 2023
  • "make-directory: Wrong type argument: stringp, nil" when trying to load use-package
    3 projects | /r/emacs | 26 Oct 2022
    ;; parts of the Emacs setup is copied from: https://gitlab.com/skybert/my-little-friends/-/blob/master/emacs/.emacs (defun my-message(string) "Print out a message with mild formatting" (interactive) (message (concat "————→ " string " …")) ) ;; (my-message "") (my-message "START of demo config setup") (my-message "turn off backup files") (setq-default backup-inhibited t) (my-message "set start of week to Monday (not Sunday) as I prefer and it should be according to ISO: https://en.wikipedia.org/wiki/ISO_week_date") (setq-default calendar-week-start-day 1) (my-message "set encoding") (setq locale-coding-system 'utf-8) (set-terminal-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8) (prefer-coding-system 'utf-8) (my-message "creating ephemeral configuration directories including ELPA storage") (make-directory "configuration/elpa" "also create parents") (my-message "setq user-emacs-directory to current directory") (setq user-emacs-directory "configuration") (my-message "setq package-user-dir as sub-directory") (setq package-user-dir "configuration/elpa") ;; local demo elpa tree ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (my-message "Emacs package management") ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (my-message "Initialise the emacs packages in case any of them overrides built-in Emacs packages") (package-initialize) (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") (setq package-archives '(("melpa" . "http://melpa.org/packages/") ("gnu" . "http://elpa.gnu.org/packages/") ) gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3" ) (my-message "Ensure use-package is installed and loaded") (condition-case nil (require 'use-package) (file-error (my-message "require 'package") (require 'package) (my-message "package-initialize") (package-initialize) (my-message "package-refresh-contents") (package-refresh-contents) (my-message "package-install 'use-package") (edebug-all-defs) ;; FIXXME: doesn't catch the issue (package-install 'use-package) ;; FIXXME: I get "make-directory: Wrong type argument: stringp, nil" (my-message "require 'use-package") (require 'use-package))) (my-message "setq use-package-always-ensure: Set to true to have use-package install all packages mentioned if they're not already installed.") (setq use-package-always-ensure t) ;; ... more definitions and functions for the demo setup ...
  • Emacs as terminal multiplexer: Speed
    3 projects | /r/emacs | 9 Aug 2022
    🎞️ Slides: https://talks.skybert.net/r/2022-emacs-terminal-multiplexer2/ 📑 Emacs conf: https://gitlab.com/skybert/my-little-friends/-/tree/master/emacs 📑 tmux conf: https://gitlab.com/skybert/my-little-friends/-/tree/master/tmux
  • Emacs as your terminal multiplexer
    2 projects | /r/emacs | 5 Jul 2022
    emacs conf: https://gitlab.com/skybert/my-little-friends/-/tree/master/emacs
  • Perfect workflow with Emacs, Org and Cron
    4 projects | /r/emacs | 14 May 2022
    Regarding creating the daily Org files: The script can be found here: https://gitlab.com/skybert/my-little-friends/-/blob/master/bash/org/daily. You may also check out my updated slide deck at: https://talks.skybert.net/r/2022-gtd/#/24

What are some alternatives?

When comparing emamux and my-little-friends you can also consider the following projects:

evil-numbers - Increment and decrement numbers in Emacs

postprocess_Org-mode_iCal_export - Adding reminder alarms (defined as Org-mode tags) to your iCalendar export file

qtile - :cookie: A full-featured, hackable tiling window manager written and configured in Python (X11 + Wayland)

gnu-elpa-mirror - List packages mirrored from GNU ELPA

evil - The extensible vi layer for Emacs.

use-package - A use-package declaration for simplifying your .emacs

jira2org-story.py - Extract Jira Issues and Generate Org-mode Headings

code-review - Code Reviews in Emacs

evil-collection - A set of keybindings for evil-mode