File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- work in progress
1+ <div align =" center " >
2+
3+ <h1 >dev-cli</h1 >
4+
5+ ** Fuzzy multiplexer-aware project picker**
6+
7+ [ ![ release] ( https://img.shields.io/github/v/release/csvenke/dev-cli )] ( https://github.com/csvenke/dev-cli/releases )
8+ [ ![ build] ( https://img.shields.io/github/actions/workflow/status/csvenke/dev-cli/pull-request.yml )] ( https://github.com/csvenke/dev-cli/actions )
9+
10+ <img src =" ./assets/dev-cli.png " ></img >
11+
12+ </div >
13+
14+ ## Installation
15+
16+ Coming soon
17+
18+ ## Usage
19+
20+ ``` bash
21+ dev
22+ ```
23+
24+ ### Configuration
25+
26+ ``` bash
27+ export DEV_PATHS=" ~/repos/personal ~/repos/work"
28+ export EDITOR=" nvim"
29+ ```
30+
31+ ### Multiplexer integration
32+
33+ When running inside ` tmux ` or ` zellij ` , dev automatically renames the current window/tab to the project name
34+
35+ ## License
36+
37+ MIT
You can’t perform that action at this time.
0 commit comments