my-little-friends VS postprocess_Org-mode_iCal_export

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

postprocess_Org-mode_iCal_export

Adding reminder alarms (defined as Org-mode tags) to your iCalendar export file (by novoid)
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
my-little-friends postprocess_Org-mode_iCal_export
5 3
- 4
- -
- 10.0
- about 4 years ago
Python
- 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.

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

postprocess_Org-mode_iCal_export

Posts with mentions or reviews of postprocess_Org-mode_iCal_export. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-19.
  • postprocess_Org-mode_iCal_export: Adding reminder alarms (defined as Org-mode tags) to your iCalendar export file
    1 project | /r/planetemacs | 29 Apr 2023
  • Exchange calendar in Emacs
    5 projects | /r/emacs | 19 Apr 2023
    It's not bi-directional as you would expect it but since my Org-mode is always my "master" for appointments, that was no issue: I created a cron-job that exported my Org-mode agenda on an hourly basis in an iCal file during business hours. You can optionally post-process it with https://github.com/novoid/postprocess_Org-mode_iCal_export to remove sensible information, probably turning it into a simple free/busy list. Then I published it on my public domain (hidden file name) and subscribed to it in Exchange. This gave me full circle so that I had all appointments visible in both interfaces with easy to use Org-mode links to the Outlook items.
  • Perfect workflow with Emacs, Org and Cron
    4 projects | /r/emacs | 14 May 2022
    https://github.com/novoid/postprocess_Org-mode_iCal_export If you want to export your calendar from Org-mode to ical, this might be handy.

What are some alternatives?

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

emamux - tmux manipulation from Emacs

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

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

org-gcal.el - Org sync with Google Calendar. (active maintained project as of 2019-11-06)

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

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

code-review - Code Reviews in Emacs

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