Skip to content

A bash script that helps to group your favorite apps, files, and websites.

Notifications You must be signed in to change notification settings

Gaiban-Khan/worxpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

worxpace

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!

What are "worxpaces"?

worxpace creates groups called "worxpaces", these groups have all your grouped apps, websites, and files.

Let's set things up! 🛠

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.

How to use? 🤔

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...> 

Contributors 👨‍💻:

About

A bash script that helps to group your favorite apps, files, and websites.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages