worxpace is a simple bash script that helps to group your favorite apps, websites, and files so that you can open them easily at once!
worxpace creates groups called "worxpaces", these groups have all your grouped apps, websites, and files.
Add it to path and run it from everywhere. You can easily do it in 2 ways:
1. Create a symlink to the worxpace file (recommended).
sudo ln -s <Absolute path to the worxpace file> /usr/local/bin/worxpace
OR
2. Add worxpace file to /usr/local/bin.
worxpace is super easy to use!
It has 7 easy to remember options:
-
Create a new worxpace:
worxpace -n|--new
-
Add apps/websites/files to an existing worxpace:
worxpace -a|--add <Worxpace_Name>
-
Open the things in a worxpace(s):
worxpace -o|--open <Worxpace_Name...>
-
List the things in a worxpace(s):
worxpace -l|--list <Worxpace_Name...>
-
List all worxpaces:
worxpace -lw|--listworxpaces
-
Remove an app/website/file from a worxpace:
worxpace -r|--remove <Worxpace_Name> <App/website/file_name>
-
Remove a worxpace(s):
worxpace -rw|--removeworxpaces <Worxpace_Name...>