diff --git a/README.md b/README.md index 93c3582..cc57751 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,17 @@ generated from [Doctorfree Open Source Projects](https://github.com/doctorfree). Currently available workspaces in this registry include: +* `AppImage`: Customized Ubuntu 22.04 desktop with [AppImage Launcher](https://github.com/TheAssassin/AppImageLauncher) * [Asciiville](https://github.com/doctorfree/Asciiville#readme): Ascii art, utilities, games, more +* `CloudStorage`: Utilizes [rclone](https://github.com/rclone/rclone), a command-line program to manage files on cloud storage +* `Deluxe`: Asciiville, Neovim, Spiderfoot, Wing and more all in one workspace +* [LM Studio](https://github.com/lmstudio-ai): Customized Ubuntu 22.04 desktop with `LM Studio` * [Neovim](https://github.com/doctorfree/nvim-lazyman#readme): Neovim, neovide, lazyman, much more * [Project Jupyter](https://en.wikipedia.org/wiki/Project_Jupyter): Jupyter notebooks +* [Spiderfoot](https://github.com/smicallef/spiderfoot): A reconnaissance tool that automatically queries public data sources to gather intelligence * [Ubuntu desktops](https://en.wikipedia.org/wiki/Ubuntu): Customized Ubuntu Focal and Jammy desktops * [Wing cloud programming language](https://www.winglang.io): Wing programming language, examples, and editors +* `WingPlus`: The Wing workspace with the Neovim hyper-extensible text editor * More to come ... ### Workspace features @@ -40,7 +46,11 @@ Record Technologies workspaces all include customized desktops with several additional productivity and development packages preconfigured for ease of use. For example, the Wing workspaces include Visual Studio Code with the Wing extension; the Neovim workspaces include Neovide and Lazyman - the Neovim -Configuration Manager. +Configuration Manager, several workspaces include the +[Ranger File Manager](https://github.com/ranger/ranger) +with customized launch configurations and the +[Btop++ system monitor](https://github.com/aristocratos/btop) +with customized configuration and theme. In most Record Technologies workspaces the [Kitty terminal emulator](https://sw.kovidgoyal.net/kitty) diff --git a/workspaces/AppImage/workspace.json b/workspaces/AppImage/workspace.json index 7a023b0..98c5132 100644 --- a/workspaces/AppImage/workspace.json +++ b/workspaces/AppImage/workspace.json @@ -25,5 +25,5 @@ "compatibility": [ "1.14.x" ], - "uncompressed_size_mb": 9980 + "uncompressed_size_mb": 9950 } \ No newline at end of file diff --git a/workspaces/Asciiville/workspace.json b/workspaces/Asciiville/workspace.json index e0f0dd7..b5cddba 100644 --- a/workspaces/Asciiville/workspace.json +++ b/workspaces/Asciiville/workspace.json @@ -27,5 +27,5 @@ "memory": 2768, "gpu_count": 0, "cpu_allocation_method": "Inherit", - "uncompressed_size_mb": 8860 + "uncompressed_size_mb": 8820 } \ No newline at end of file diff --git a/workspaces/CloudStorage/workspace.json b/workspaces/CloudStorage/workspace.json index 140d0b2..2eb3e5f 100644 --- a/workspaces/CloudStorage/workspace.json +++ b/workspaces/CloudStorage/workspace.json @@ -25,5 +25,5 @@ "compatibility": [ "1.14.x" ], - "uncompressed_size_mb": 8920 + "uncompressed_size_mb": 8880 } \ No newline at end of file diff --git a/workspaces/LM-Studio/workspace.json b/workspaces/LM-Studio/workspace.json index 9354942..f1e281d 100644 --- a/workspaces/LM-Studio/workspace.json +++ b/workspaces/LM-Studio/workspace.json @@ -25,5 +25,5 @@ "compatibility": [ "1.14.x" ], - "uncompressed_size_mb": 9990 + "uncompressed_size_mb": 9970 } \ No newline at end of file diff --git a/workspaces/Neovim/workspace.json b/workspaces/Neovim/workspace.json index 2653062..7ee0b1d 100644 --- a/workspaces/Neovim/workspace.json +++ b/workspaces/Neovim/workspace.json @@ -26,5 +26,5 @@ "compatibility": [ "1.14.x" ], - "uncompressed_size_mb": 8410 + "uncompressed_size_mb": 8380 } \ No newline at end of file diff --git a/workspaces/Spiderfoot/workspace.json b/workspaces/Spiderfoot/workspace.json index a4f7dac..f477d7b 100644 --- a/workspaces/Spiderfoot/workspace.json +++ b/workspaces/Spiderfoot/workspace.json @@ -25,5 +25,5 @@ "compatibility": [ "1.14.x" ], - "uncompressed_size_mb": 3470 + "uncompressed_size_mb": 3450 } \ No newline at end of file diff --git a/workspaces/Ubuntu-Focal/workspace.json b/workspaces/Ubuntu-Focal/workspace.json index fb323c7..fa7cbb9 100644 --- a/workspaces/Ubuntu-Focal/workspace.json +++ b/workspaces/Ubuntu-Focal/workspace.json @@ -25,5 +25,5 @@ "compatibility": [ "1.14.x" ], - "uncompressed_size_mb": 9740 + "uncompressed_size_mb": 9710 } \ No newline at end of file diff --git a/workspaces/Ubuntu-Jammy/workspace.json b/workspaces/Ubuntu-Jammy/workspace.json index ffd83fe..4761bff 100644 --- a/workspaces/Ubuntu-Jammy/workspace.json +++ b/workspaces/Ubuntu-Jammy/workspace.json @@ -25,5 +25,5 @@ "compatibility": [ "1.14.x" ], - "uncompressed_size_mb": 9890 + "uncompressed_size_mb": 9850 } \ No newline at end of file diff --git a/workspaces/Wing/workspace.json b/workspaces/Wing/workspace.json index b526a24..e91b41a 100644 --- a/workspaces/Wing/workspace.json +++ b/workspaces/Wing/workspace.json @@ -26,5 +26,5 @@ "compatibility": [ "1.14.x" ], - "uncompressed_size_mb": 8860 + "uncompressed_size_mb": 8820 } \ No newline at end of file diff --git a/workspaces/WingPlus/workspace.json b/workspaces/WingPlus/workspace.json index 6f812f2..f5e56cb 100644 --- a/workspaces/WingPlus/workspace.json +++ b/workspaces/WingPlus/workspace.json @@ -26,5 +26,5 @@ "compatibility": [ "1.14.x" ], - "uncompressed_size_mb": 9120 + "uncompressed_size_mb": 9090 } \ No newline at end of file