2 releases

0.1.1 Mar 13, 2024
0.1.0 Mar 3, 2024

#70 in Configuration

Download history 135/week @ 2024-03-01 95/week @ 2024-03-08 27/week @ 2024-03-15 4/week @ 2024-03-22 35/week @ 2024-03-29 10/week @ 2024-04-05

103 downloads per month

MIT license

24KB
534 lines

Enjo

Enjo is a minimalist workspace management tool that allows you to quickly manage your projects. It has functionality to manage and open projects in editor/shell. Enjo will be useful for those who use the terminal frequently and want to quickly jump to their projects.

Main goal of this project is to provide fast and useful assistant for developers. We will be glad to hear your suggestions.

Installation

If you have installed Rust toolchain, you can install Enjo via cargo:

cargo install enjo --locked

If not, you can install Enjo by downloading archive for your system from releases. If you want to build Enjo, please visit Building Enjo.

⚠️ Before using Enjo, you need to configure it based on your workspace. All options are described in configuration manual.

Usage

Enjo allows you to manage your projects and work with it. You can get list of projects by using list subcommand.

enjo list

⚠️ By default Enjo will not display projects with name starting with dots. Please confgiure hide_dots parameter according to configuration manual.

You can create and delete your projects through Enjo.

# Use `new` to create new project.
enjo new bookshelf

# Use `delete` to delete project.
enjo delete bookshelf

With Enjo you can open project directory with editor or shell. Use open subcommand and then specify name of project. If you need to open shell, add --shell argument

# Open project in editor.
enjo open bookshelf

# Open project in shell.
enjo open bookshelf --shell

If you want to get help about something, use --help argument.

# Show regular help
enjo --help

# It's also works with subcommands
enjo config --help

Dependencies

~1–11MB
~94K SLoC