Using Albert to boost your productivity

5 Albert Plugins to 5 Workflow Issues

This is part two of my articles on the Albert launcher. Read the first part here This post outlines 5 common issues that I had been facing during my day-to-day development and the solutions that I came up with via 5 Albert plugins respectively. TL;DR The purpose of these plugins is a) to avoid context-switching and b) have a single tool with a single interface instead X different tools with their own corresponding interfaces....

May 1, 2021 Â· 6 min Â· bergercookie

Scratchpad - Create multi-ISO USBs with Easy2boot

Easy2boot is a utility that allows you to flash a USB with multiple bootable images. This gives you the option of always carrying a variety of OSes / tools for all sorts of different scenarios (debugging using a Rescue image / gparted live, install Ubuntu / Windows 10 etc. images) Here are the contents of a E2B USB stick that I tend to carry with me and use on a regular basis....

March 10, 2020 Â· 2 min Â· bergercookie
Output of the LSD tool

Scratchpad - LSD - A colorful ls alternative

Intro lsd is an alternative to the classic ls UNIX tool. It shows you a listing of files, directories, links, named pipes etc. The difference to its predecessor is that it makes use of Glyph-rich fonts such as Nerd Fonts as well as an abundance of colors preconfigured and available from start. Troubleshooting & How-to “Permission denied” when root or $LD_PRELOAD error on a gtk3-related library You’ve probably installed lsd via snap....

March 10, 2020 Â· 1 min Â· bergercookie
Using Albert to boost your productivity

Using Albert to boost your productivity

I’ve lately been very active developing plugins for the Albert launcher for many parts of my daily routine. For those of you that don’t know it, Albert is an application launcher for Linux. It’s written in C++ and its GUI is built on top of Qt. The current post is a short summary of the plugins I’ve implemented to automate parts of my current routine and maximise my productivity along with advise and, hopefully, useful information on how to do the same for your needs via Albert....

December 23, 2019 Â· 6 min Â· bergercookie
ROS Scratchpad

🛠️ Scratchpad - ROS1

A scratchpad for common pitfalls, commands, and shortcuts when using ROS1. Questions/Answers Set an argument based on the exclusive OR of two other arguments This is a really ugly hack, but it gets the job done. Since we don’t care much about the name, we set it so that if the user provides both of them at the same time, they get a descriptive message back. <!-- arg1 XOR arg2 --> <arg if="$(eval (arg1 !...

October 13, 2019 Â· 5 min Â· bergercookie