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.)
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.
github.com/thomasschafer/scoot…
GitHub - thomasschafer/scooter: Interactive find and replace in the terminal
Interactive find and replace in the terminal. Contribute to thomasschafer/scooter development by creating an account on GitHub.GitHub
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
Asciinema 3: Installation der neuesten Version des Terminal Session Recorder - TECHNIVERSE.NET
Erfahre alles über die neuen Funktionen von Asciinema Version 3, dem beliebten Terminal-Session-Recorder. Ich zeige dir, wie du das Tool selbst kompilieren kannst und welche Vorteile die neue Version bietet.Patrick Asmus (Techniverse.net)