cnotes VS dotfiles

Compare cnotes vs dotfiles and see what are their differences.

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
cnotes dotfiles
8 107
- -
- -
- -
- -
- -
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.

cnotes

Posts with mentions or reviews of cnotes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-13.
  • The most simple way to take notes
    3 projects | /r/commandline | 13 Jun 2021
    I use this.
  • Emacs Behavioral Modifications
    7 projects | /r/emacs | 3 Apr 2021
    The help page came up. I am am testing it on a common-lisp program I am working on: https://gitlab.com/FOSSilized_Daemon/cnotes/-/blob/lisp-rewrite/src/cnotes.lisp
  • [unix:opts] Command-line Arguments Not Being Seen
    1 project | /r/learnlisp | 1 Apr 2021
    I am working on implementing command-line arguments for a program I am writing. I have a main function (I call them init functions) that I use to setup everything needed for the other code within my program to function properly. In that main function I have this code that handles my command-line arguments using unix:opts, but for some reason it is not working. Using this test.sh script I tried to run ./test.sh --help, but sbcl just complained that arguments was defined but never used.
  • Not as savvy as most of you but I do know that it's good to take notes (which are shareable)
    2 projects | /r/linux4noobs | 25 Mar 2021
    Shamless Plug (under a rewrite for common-lisp so if you like the shell version fork it while you can). Also, good job taking notes on install issues! I think there is a program that sends those issues upstream, but I could be thinking of a different OS.
  • How Does ensure-directories-exist Work?
    2 projects | /r/learnlisp | 16 Mar 2021
    Yep! I just found that on another documentation page. Finally working! Thank you so much.
  • Function Not Returning Value As Expect
    1 project | /r/learnlisp | 16 Mar 2021
    I have been working on learning lisp for about a month now and am working writing my first program on my own. For this project I decided I wanted to rewrite a shell script I use often called cnotes as this project is mainly just working with the basics of the language. The issue I am facing is with writing a function to get shell environment variables. In C I did this using the getenv function and in shell this is rather simple, lisp however seems more difficult in that this has not been standardized within common lisp. I did some research and found this post which gives a function to get environment variables. Being new to lisp I don't fully understand everything this does, but from what I can gather reading the code and the documentation it works like this:
  • Script Not Being Installed to PREFIX and Not Executable Outside $HOME
    2 projects | /r/bash | 3 Mar 2021
    For this makefile I copied what I used for cnotes which works well.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-25.
  • Less Miserable Bindings for QWERTZ?
    1 project | /r/stumpwm | 16 Nov 2022
    I bit the bullet and moved my mappings around. This is wholey unrelated, but do you know if stumpwm allows you to set the split size in dynamic groups? Like in dwm you can set the master window to be 50% of the screen with clients being the other 50%. So far in stumpwm I cannot find how and it seems hardcoded to 55%.
  • Does StumpWM Have Smart Borders Or A Way to Disable Borders All Together?
    1 project | /r/stumpwm | 12 Nov 2022
    I am trying to get stumpwm feeling a little bit more like an integrated environment visually. Currently I am attempting to fix two problems that would create that integrated feeling. The first one is adding smart border functionality. Basically smart borders are is when only one window is open no border is shown, but if more than one window is open a border is drawn. I tried researching this, but I can not find anything. I am also wanting to try disabling borders all together. I have never done this before so I have no idea if I would like it. I made the proper changes to my configuration to remove any border and ignore size hints, but I still have that stupid padding around terminals. Does anyone know how to disable those?
  • Turning Linux Into a Usable Lispy Machine?
    9 projects | /r/Common_Lisp | 25 Oct 2022
    I have been doing research trying to figure out what software in my current toolchain has a Lisp, specifically Common Lisp, alternative. Having looked around I have been able to find a few thing.
  • How Do You Setup Workspaces Properly?
    2 projects | /r/stumpwm | 19 Oct 2022
    I am trying to setup my workspaces for stumpwm, but am running into a wall due to not being able to find much documentation, is there is even support, for a few things I want to do. For some background, I am coming from dwm which I have used for a few years and even forked a few times. In dwm I had a rather simple, but extremely useful, setup where I would store specific types of programs on specific tags. I was able to figure out getting this done in stumpwm and it working just fine. The main issue with this portion of my workspace setup is that the Default workspace still exists. I have tried to figure out how to delete it, but cannot. I know how to rename it, so I could just do that and use it for my terminals, but the issue arises where I have no idea how to change it from the default stacking layout to the dynamic one. Any advice? Additionally, is there a way to get something like dwm's fakefullscreen?
  • How Do I Unbind all Default Bindings and Bind Keys With Shift?
    2 projects | /r/stumpwm | 18 Oct 2022
    My brain hurts, I did this and now it just works.
  • Terminal Emulators Written in Common Lisp?
    2 projects | /r/Common_Lisp | 17 Oct 2022
    I am working on rebuilding my software toolchain around Common Lisp, because it is amazing. I have already started moving to sbcl from zsh, thanks to help from this subreddit and a friend, as well as moving away from my dwm fork to stumpwm. I am looking at what programs I have left to find replacements for and I know I am moving to either lem or gnu emacs, hopefully lem, from nvim and nyxt from firefox, but there are three programs I cannot find CL replacements for, my terminal, screen locker, and dynamic menu. The last two will be a pain, I know, but with the terminal I was shocked to see little to nothing online. I was able to find CLIM implementations of terminal emulators, but the one I found which I lost the link to is built into a desktop environment; I also don't know if it would run under X11 or Wayland. I was curious if there was someone here who would know of a terminal emulator that was written in CL? It doesn't need to be fancy, in fact the less fancy the better. I am just trying to figure out if I refork st or if there is a CL terminal I can use.
  • How Would One Bind Prefix + Key + Key?
    2 projects | /r/stumpwm | 17 Oct 2022
    I am unsure if you have interest, but is the final working product :D Thank you again! https://gitlab.com/FOSSilized_Daemon/dotfiles/-/blob/main/src/dotfiles/home/.library/generic/common-lisp/stumpwm/common-lisp/key-binding.lisp
  • How to Build a Proper Loading Order From ASDF?
    2 projects | /r/Common_Lisp | 1 Oct 2022
    I am unsure if this would have any impact, but I am making some changes (as well as this) to sbcl; none that should cause this though.
  • Is There Any Method For Checking If REPL Is Running As a Login Shell?
    5 projects | /r/Common_Lisp | 28 Sep 2022
    An update to my other comment. I can confirm that the issues I am having are due to cl-repl. I took my exact configuration, commented out the first line of my replrc.lisp, hardcoded a require for asdf, using find-package always returns nil for some reason with asdf I don't know why, and then symlinked the file to ~/.sbclrc and everything loaded fine and ran fine. I am unsure what is up with cl-repl. I think I would rather use sbcl anyway, but I just need to figure out tab-completion, sytan highlighting if possible, and then determine how to check if asdf is installed to load it (I know I can always require it, but I want to proof this configuration in case I use it on a repl that does not autoload asdf).
  • Trying to Understand Strings in Common Lisp
    1 project | /r/Common_Lisp | 26 Sep 2022
    Porting my shell configuration to cl-repl in order to help me learn common lisp. So I have my asdf system being loaded in my .replrc and I know things are being loaded there just not this code for some reason. If it helps the code is here.

What are some alternatives?

When comparing cnotes and dotfiles you can also consider the following projects:

gffm

tmux-resurrect - Persists tmux environment across system restarts.

no-littering - Help keeping ~/.config/emacs clean

zen-mode.nvim - 🧘 Distraction-free coding for Neovim

vis - A vi-like editor based on Plan 9's structural regular expressions

zsh-autosuggestions - Fish-like autosuggestions for zsh

spacemacs - A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!

firefox-csshacks - Collection of userstyles affecting the browser

true-zen.nvim - 🦝 Clean and elegant distraction-free writing for NeoVim

patches - Collection of patches for dwm, st and dmenu

AutoComplPop - Automatically opens popup menu for completions

.config - ⚙️ Bootstrappable user environment for macOS & Ubuntu