Organise your computer by replacing user folders with symlinks to project folders. This extension is the user interface for the wechsel cli tool. Wechsel is a simple tool that helps you by creating individual Download, Desktop, ... folders for each project. It replaces the original folders with symlinks to the folders of the current active project. Like this the random files you download, will be placed in the Download folder they belong to. This Extension depends on the wechsel cli tool, which you can find here: https://github.com/JustSomeRandomUsername/wechsel
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
12 | Active |
11 | Rejected |
10 | Inactive |
9 | Rejected |
8 | Inactive |
7 | Inactive |
6 | Active |
5 | Active |
4 | Active |
3 | Rejected |
2 | Rejected |
1 | Rejected |
Thanks! Only one issue needs to be fixed. You should hold the process as a property to be able to `force_exist()` on destroy. For example, line 462 should be: ```js this._proc = Gio.Subprocess.new( ``` Then on `destroy()`: ```js this._proc?.force_exit(); ``` [Gio.Subprocess.force_exit()](https://gjs-docs.gnome.org/gio20~2.0/gio.subprocess#method-force_exit)
btw, you forgot to remove the function (line 567 `extension.js`).