Blog: 2024-02-07: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with "Quick repo sync! cat ~/.repos.txt | xargs -I{} -P (nproc) fish -c 'sync-repo {}'")
 
No edit summary
Line 2: Line 2:


cat ~/.repos.txt | xargs -I{} -P (nproc) fish -c 'sync-repo {}'
cat ~/.repos.txt | xargs -I{} -P (nproc) fish -c 'sync-repo {}'

Couple ideas of projects

* python version manager, still... though maybe apt is just the way to do this... but not really, pinning versions is nice, and installing prereleases, etc.
* fish issue https://github.com/fish-shell/fish-shell/issues/7944
* fish_indent removing spaces after redirection (related to https://github.com/fish-shell/fish-shell/issues/2899)
* pager with some features like https://wiki.abuissa.net/wiki/Pager_features
* better dark mode for mediawiki, without using invert transformations
* protonmail auto advance and general ui cleanup

Revision as of 00:08, 8 February 2024

Quick repo sync!

cat ~/.repos.txt | xargs -I{} -P (nproc) fish -c 'sync-repo {}'

Couple ideas of projects