Tag terminal

17 bookmarks have this tag.

shell

2024-01-10

1028.

koki-develop/clive

github.com/koki-develop/clive

⚡ Automates terminal operations.

2023-11-22

901.

woob - Web Outside of Browsers

woob.tech

woob is a collection of applications able to interact with websites, without requiring the user to open them in a browser. It also provides well-defined APIs to talk to websites lacking one.

900.

write your own terminal

flak.tedunangst.com/post/write-your-own-terminal
899.

experiment with texture healing (monospace kerning)

flak.tedunangst.com/post/experiment-with-texture-healing-monospace-kerning
898.

vertigo

flak.tedunangst.com/post/vertigo

Tedu wrote a terminal and an article about it. Also links two other articles of his on the topic, which I also betulized. Writing your own terminal sounds fun!

UPD: there was a third other article released later, which I didn't particularly like.

2023-10-06

677.

マリウス . shell-time

マリウス.com/projects/shell-time

2023-08-06

542.

AppleScript to enable SOCKS proxy on Mac OS X « Blog « Peter Upfold

peter.upfold.org.uk/blog/2008/10/10/applescript-to-enable-socks-proxy-on-mac-os-x

This article helped me set up automated proxy toggling.

541.

chipsenkbeil/choose

github.com/chipsenkbeil/choose

Fuzzy matcher for OS X that uses both std{in,out} and a native GUI

Works well.

2023-07-25

512.

Console Spreadsheets.

lock.cmpxchg8b.com/spreadsheet.html

Comparison of several terminal spreadsheets.

2023-07-14

463.

dt: duck tape for your unix pipes

dt.plumbing

2023-06-12

329.

The Command Line Philosophy

www.eklhad.net/philosophy.html

Command Line Programs for the Blind

Karl Dahlke on blind a11y. Note that Karl is the creator of edbrowse.

2023-06-11

323.

volution/z-run

github.com/volution/z-run

z-run -- scripting library lightweight Go-based tool

313.

makew0rld/days: Command-line tool for calculating the number of days between given dates: days until, days since, days from

github.com/makew0rld/days

Command-line tool for calculating the number of days between given dates: days until, days since, days from

311.

niedzielski/cb: 📋 Universal command-line clipboard with automatic copy and paste detection. Eg, `cb|sort|cb`.

github.com/niedzielski/cb

Universal command-line clipboard with automatic copy and paste detection. Eg, cb|sort|cb.

2023-03-19

119.

Rclone

rclone.org

Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors' web storage interfaces. Over 40 cloud storage products support rclone including S3 object stores, business & consumer file storage services, as well as standard transfer protocols.

Rclone has powerful cloud equivalents to the unix commands rsync, cp, mv, mount, ls, ncdu, tree, rm, and cat. Rclone's familiar syntax includes shell pipeline support, and --dry-run protection. It is used at the command line, in scripts or via its API.

92.

The One Week Command Line Challenge

cheapskatesguide.org/articles/cmdline-challenge.html

Cheapskate installs an outdated OS on an outdated computer with laughable capabilities, yet somehow manages to use it.

2023-03-11

90.

ALL SNAIL POSIX SHELL! 🐌

j3s.sh/thought/write-posix-shell.html

Rule of thumb: use POSIX shell.