Tag: tools
-
Bash learnings
Bash things I always need to look up. Snippets If/then/else For loop When using a $variable, you have to use “, not ‘ ! Variable assignment from the results of another command: name=$(command) Array assignment from the results of another command: `array_name=($(command)) Tools curl -o for saving to a file jq jq – command line […]
-
Readlists
These are created using Jim Neilson’s reboot of the original Readlists tool from Readability: https://readlists.jim-nielsen.com/ Kindles do not support epub, so you must take the epub you get from Readlists and convert it to mobi with Calibre. For a future project of extending the Readlists tool, this npm package could be helpful: https://github.com/moszeed/kindle-periodical You can […]