https://www.europesays.com/uk/126379/ I/O versus io: Google and OpenAI can’t stop messing with each other #AI #CommandLine #Google #openai #Tech #Technology #UK #UnitedKingdom
https://www.europesays.com/uk/126379/ I/O versus io: Google and OpenAI can’t stop messing with each other #AI #CommandLine #Google #openai #Tech #Technology #UK #UnitedKingdom
I/O versus io: Google and OpenAI can’t stop messing with each other https://www.theverge.com/command-line-newsletter/673837/i-o-versus-io-google-openai-jony-ive #CommandLine #Google #OpenAI #Tech #AI
Microsoft released an open source text editor for the terminal and it's written in Rust
https://github.com/microsoft/edit
No 3rd party crates - thus no Ratatui/crossterm though
Microsoft has released a new command line text editor for Windows called Edit. It's coming first to Windows Insiders before rolling out to other Windows 11 users in the future. https://devblogs.microsoft.com/commandline/edit-is-now-open-source/ #CommandLine #Windows #Microsoft #TextEditor
Notes from the PyCon open space session about dotfiles
Commonly-mentioned shells: fish, conch, zsh
Starship: Universal prompt written in rust https://starship.rs/
Chezmoi: dotfile manager - can also generate dotfiles based on a template https://www.chezmoi.io/user-guide/command-overview/
Dotbot: another dotfile manager
https://github.com/anishathalye/dotbot
Atuin: magical shell history https://atuin.sh/
Direnv: activate venvs on entering a directory
Hammerspoon: automate MacOS UI actions with Lua code
Mise: replaces tools like pyenv, nvm, etc.
https://mise.jdx.dev/
Just: a command runner, similar to Make but only for triggering sequence of command https://github.com/casey/just
Simon Willison's llm for command-line access to LLMS: https://github.com/simonw/llm
Lazygit: CLI tool for git to do stuff https://github.com/jesseduffield/lazygit
Distrobox: run different Linux distributions in containers, but merge them with your host disk and dotfiles https://distrobox.it/
UV run: use it to run Python scripts in different venvs. Combine with command-line packages like Click or cyclopts to write and run your own scripts
thefuck: corrects weeks in the previous command in the history. Could alias it to 'wat' if you want to avoid the profanity
https://github.com/nvbn/thefuck
Article: How to train your keyboard https://tighten.com/insights/how-to-train-your-keyboard/
Idea: put aliases in a separate file and then write an alias to edit that file and then source the newly-edited alias file.
Idea: start all your command name with a comma, so it's like a namespace for your customizations. Then you can hit comma-tab to get a list of your commands.
Overmind: process manager for running multiple processes inside a tmux session
https://github.com/DarthSim/overmind
Tmuxinator is similar: https://github.com/tmuxinator/tmuxinator
https://Offby1.website: Chris R's blog
https://terminaltrove.com/ - index of terminal apps that also will send emails about new tools
"The Linux Command Line" (2nd Edition) offers a comprehensive journey from first keystrokes to advanced Bash scripting.
Linux, building on its rich Unix heritage, became the bedrock of internet infrastructure and the open-source movement.
From dedicated distros like Kali to forensic analysis, network defense, and system hardening, a granular understanding of the command line is key. This book reinforces that expertise.
#Linux #CommandLine #Bash #Cybersecurity
Written by @william_shotts
Any #commandLine #podcast downloaders people enjoy using? I'm thinking that I point it at an RSS feed (or for bonus points a podcast on Spotify/Apple/whatever), and it downloads all episodes to nicely numbered files in a folder.
https://www.europesays.com/uk/106741/ ChatGPT is getting an AI coding agent #AI #ArtificialIntelligence #CommandLine #openai #Tech #Technology #UK #UnitedKingdom
ChatGPT is getting an AI coding agent https://thever.ge/3T2W #CommandLine #OpenAI #Tech #AI
Mastering the Terminal with Bash & Unix
Learn to work with large datasets using #Bash & #Unix in this 2-day #workshop! Master #command-line tools, #scripts & #pipelines—a must-have skill for data scientists & biomedical researchers handling registry, clinical & high-throughput data.
23 & 26 June
UCPH, Panum
Register: https://heads.ku.dk/calendar/2025/courses/bash-spring-2025/
For people interested in the basics of prompt optimization and interpretability.
For interpretability I built a tiny #commandline tool to measure word saliency in a prompt sent to a language model. As simple as it is, you can already use it to show bias in some models (eg. when you ask “write some [mask] code”, they assume [mask]==python
)
The code for my tool is at https://github.com/mozilla-ai/prompt-saliency but there’s more about prompt optimization in the blog post!
I automated most of my typing!
https://github.com/snipt/snipt
Discussions: https://discu.eu/q/https://github.com/snipt/snipt
Figma’s CEO on his new approach to AI https://thever.ge/azNtn #CommandLine #Tech #AI
Mastering the Terminal with Bash & Unix
Learn to work with large datasets using #Bash & #Unix in this 2-day #workshop! Master #command-line tools, #scripts & #pipelines—a must-have skill for data scientists & biomedical researchers handling registry, clinical & high-throughput data.
23 & 26 June
UCPH, Panum
Register: https://heads.ku.dk/calendar/2025/courses/bash-spring-2025/
Unlocking Productivity: 5 Command Line Techniques Every Linux Developer Should Master
The Linux terminal is a powerhouse for productivity, enabling developers to automate tasks, manage files, and monitor system performance efficiently. Discover five essential command line techniques th...
Unlocking Productivity: 5 Command Line Techniques Every Linux Developer Should Master
The Linux terminal is a powerhouse for productivity, enabling developers to automate tasks, manage files, and monitor system performance efficiently. Discover five essential command line techniques th...
Just learned that the command line name of the image viewer in GNOME is "eog" which stands for Eye of GNOME. #gnome #linux #commandline