Skip to main content

Search

Items tagged with: terminal


You know you can use your mouse and keyboard between different Macs using Universal Control and copy/paste between them (which makes it really easy when manually migrating settings, etc., between machines), but did you know you can also copy/paste whole files using Terminal:

On the first Mac:

cat my-file.txt | pbcopy

On the second Mac:

pbpaste > my-file.txt

Piping to pbcopy is something you’ll likely find useful in general.

(You can also drag/drop files to Finder.)

#macOS #tip #terminal


Nice.

Scooter is an interactive find-and-replace #terminal UI app.

Search with either a fixed string or a regular expression, enter a replacement, and interactively toggle which instances you want to replace. Regex supported.

#webdev

github.com/thomasschafer/scoot…


Asciinema 3: Installation der neuesten Version des Terminal Session Recorder

Asciinema hat sich als das Tool der Wahl für das Aufzeichnen und Teilen von Terminal-Sessions etabliert. In der kommenden Version 3 wird es einige spannende Neuerungen geben, die dir noch mehr Kontrolle und Möglichkeiten ...

techniverse.net/blog/2024/11/a…
#Linux #Software #Asciinema #Cargo #Kompilieren #OpenSource #Recorder #Rust #Stream #Terminal