Scott J
Scott J
``` # comm --help Usage: comm [OPTION]... FILE1 FILE2 Compare sorted files FILE1 and FILE2 line by line. When FILE1 or FILE2 (not both) is -, read standard input. With...
These may or may not be of interest to you: https://github.com/sc0ttj/mdsh/blob/gh-pages/.app/functions/liquid_filters.bash They're (mostly) not mine, merely collated by me into something that matches liquid filters usage from Jekyll/Shopify templating..
Vultr is cheap, good performance, easy to setup.
``` # Limit CPU consumption for this factor when on battery power. # Value 1 means 50% decrease, 2 means 66%, 3 75% etc. downclock_on_battery = 0 ``` Given the...
It's great at syncing and real-time updates, and (the optional serverbased backend) CouchDB is easy to setup, too.
Use https://github.com/supabase/supabase-js as well as / instead of Firebase.
Puppy doesn't make it very easy to read man pages.. The problem is `pman`: 1. If running X, as far as I can tell, it forces you to view the...
(This is just a suggestion, with an example.) I'd like us to define the following things more clearly, and document them better (on GitHub, the main website, Wiki, etc): -...
Maybe we should think about creating a generic `langpack-input-methods` package, which contains `fcitx`, `scim`, and maybe some other stuff, to make it easier to install alternative input methods. If we...
Hi there, Which commands actually refer to using multiple cursors? I'm trying to map the key commands of `mle` to be as similar to Sublime Text (or Micro) as possible....