Creating Custom Scripts in Rofi for VSCode Project Management
- rofi
- shell
- scripting
- vscode
- project-manager
- linux
Learn how to create custom scripts in Rofi for managing VSCode projects using tags, and automate project selection and opening.
Learn how to create custom scripts in Rofi for managing VSCode projects using tags, and automate project selection and opening.
Rofi is a tool that can be described as a window-switcher, application launcher and dmenu replacement.
An in-depth guide to understanding and configuring the SSH config file for seamless remote connections across servers and systems.
Discover useful Bash tricks and shortcuts to work faster in the terminal. Learn how to navigate, manage commands, and improve your workflow as a developer.
we’ll dive deep into `strace`, uncovering how it works, its role in the Linux ecosystem, and how you can wield it to debug and analyze applications effectively. We will also focus on how to interpret its output, so you can make the most of this tool
Bash scripting is an essential skill for anyone working with Linux or Unix systems. It's a powerful way to automate tasks, manipulate data, and manage system operations. In this guide, we’ll take a hands-on approach to learning bash scripting, covering essential concepts and culminating in a complete script that demonstrates their combined power