Ask HN: Do you have a smart trick to save time?
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.
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.
[+] [-] latexr|5 years ago|reply
Save 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
[+] [-] kevinherron|5 years ago|reply
[+] [-] cpach|5 years ago|reply
[+] [-] throwaway889900|5 years ago|reply
[+] [-] runawaybottle|5 years ago|reply
Really helps keep things in perspective.
[+] [-] krm01|5 years ago|reply
[+] [-] poormystic|5 years ago|reply
[+] [-] donnanorton|5 years ago|reply
[+] [-] aynyc|5 years ago|reply
* Clean as you cook.
[+] [-] rodjons|5 years ago|reply