#visual-studio #tui #terminal #command-line #development-tools #cli

app ruscode

ruscode - A visual studio code's workspaces organizer written in Rust

1 stable release

1.0.0 Nov 30, 2022

#305 in Text editors

Custom license

74KB
1.5K SLoC

ruscode

A visual studio code's workspaces organizer written in Rust
Supports Linux, macOS, and Windows.

Github Issue badge Github Release Action status badge codecov Rust badge
Lience badge Rust badge
Rust supported badge Ubuntu supported badge

What is a workspaces organizer?

After months of or even years of hard working, have you notice that there are tons of folder which are open by vscode before?
You only want to find out a small experimental project in the workspaces history list but it hard to find because of the numbers of list.

Ruscode is the best soluation for you!

You can give your workspace tags to help you manage your workspaces.
You can search your workspaces by path, by folder name, or by tags which you gave before.
You can use terminal-UI application with beautiful color theme without hurting your eyes.

Awesome!

Table of contents

🎯 Features

There are two mode in management page:

  • Search Mode
  • Detail Mode

You can use arrow key to change between these two modes.
Also, you can find more detail of help text in the middle of screen.

Search Mode

Just type anything to search your workspaces!

ruscode will use the searching text that you typed to filter any workspaces matched. Current version ( v1.0.0 ) support searching by path. In the future version, ruscode will supported tag-searching soon.

Detail Mode

You can enter detail mode by using right arrow key on the selected workspace.

In detail mode, you can find out more detail information about the selected workspace and information of folder also.

📦 How to install

Prerequisite

ruscode is a utility for Visual Studio Code. Therefore, you must install Visual Studio Code.

Make sure that the path of Visual Studio Code binary file is in the system path, so that ruscode can use code <workspace path> while you hitting enter key.

Cargo

  • cargo install ruscode

Download

You can also download release binary from github release page.

Ubuntu

If you are a Ubuntu user

# Use curl to download binary file
# curl -sSLJO https://github.com/MissterHao/ruscode/releases/download/v1.0.0/ubuntu-latest-binary.zip
# Use wget to download binary file
wget --no-check-certificate --content-disposition https://github.com/MissterHao/ruscode/releases/download/v1.0.0/ubuntu-latest-binary.zip -q

unzip ubunti-latest-binary.zip
chmod +x ruscode
./ruscode

Windows

If you are a Windows user

  1. Download zip file from release page.
  2. Unzip it!
  3. double click the ruscode.exe file or use CLI to open it.

🏹 Usage

ruscode - A visual studio code's workspaces organizer written in Rust

Usage: ruscode.exe [OPTIONS]

Options:
  -d, --disable-splash-screen  Show splash screen or not
  -h, --help                   Print help information
  -V, --version                Print version information

📜 Licence

This project is licensed under the MIT License

✨ Creator

🌈 Contributors

🌟 Star History

Star History Chart

Dependencies

~49MB
~643K SLoC