Ask HN: Do you have a smart trick to save time?
Do you have a smart trick you don't think most users on HN know about? That can save someone a lot of time in the long run.
From me: If using Mac, Duplicate the program in the Application folder to open multiple windows on programs that normally don't support it. Example: DB Browser for SQLite, FileZilla and Slack.
10 comments
[ 1.0 ms ] story [ 41.8 ms ] threadSave yourself the disk space: `open -na Slack`. See `man open` for even more options.
That’s my tip: when you learn about a new CLI tool, skim its `man` page to learn what it can do. You may find capabilities you hadn’t though of, and new ways to solve old problems.
My second tip is to use Alfred[1] to invoke and build small interfaces for all the time-saving tricks you develop. As a relevant example, it would be trivial to make a Workflow (what Alfred calls its plugins/extensions) in which you press a keyboard shortcut and it runs the above `open` command with the name of the frontmost app.
[1]: https://www.alfredapp.com
* Clean as you cook.
Really helps keep things in perspective.