feat: Reduce project-manager description bloat

This commit is contained in:
lwad 2024-08-08 13:48:14 +01:00
parent 4eb541728f
commit 52843f8b80
2 changed files with 10 additions and 24 deletions

View file

@ -1,17 +1,9 @@
<h1 id="project-manager">Project Manager</h1>
<p><em><a
href="https://git.disroot.org/lwad/project-manager">https://git.disroot.org/lwad/project-manager</a></em></p>
<p><strong>project-manager</strong> keeps record of project directories
and associates them with tmux sessions. To open a project, enter its
name (or just enough to identify it) and it will either attach to the
session or create it on-demand.</p>
<p>It&#x2019;s a very simple program, but it&#x2019;s quite fast and doesn&#x2019;t do
anything more than it needs to. It makes working on lots of projects at
the same time incredibly easy, which is ideal for a student or someone
who often references their old work.</p>
<p>It needs to be integrated into your tmux config via key bindings. My
personal setup can be seen <a
href="https://git.disroot.org/lwad/nixos/src/branch/main/lwad/utilities/tmux.conf.nix">here</a>.</p>
<p>If you plan to use it through the command line, I&#x2019;d recommend adding
an alias to &#x201C;p&#x201D; because &#x201C;project-manager&#x201D; is a bit unwieldy.</p>
<p>Project Manager keeps a registry of projects to which Tmux sessions
are allocated on-demand. It makes working on concurrent projects easy,
which is ideal for students and those who often reference their past
work.</p>
<p>Tmux keybindings (recommend) are in the NixOS module but can be added
manually.</p>
<p>Source: https://git.disroot.org/lwad/project-manager</p>
<link rel="stylesheet" href="/style.css">

View file

@ -1,13 +1,7 @@
# Project Manager
*[https://git.disroot.org/lwad/project-manager](https://git.disroot.org/lwad/project-manager)*
Project Manager keeps a registry of projects to which Tmux sessions are allocated on-demand. It makes working on concurrent projects easy, which is ideal for students and those who often reference their past work.
**project-manager** keeps record of project directories and associates them with tmux sessions.
To open a project, enter its name (or just enough to identify it) and it will either attach to the session or create it on-demand.
Tmux keybindings (recommend) are in the NixOS module but can be added manually.
It's a very simple program, but it's quite fast and doesn't do anything more than it needs to.
It makes working on lots of projects at the same time incredibly easy, which is ideal for a student or someone who often references their old work.
It needs to be integrated into your tmux config via key bindings. My personal setup can be seen [here](https://git.disroot.org/lwad/nixos/src/branch/main/lwad/utilities/tmux.conf.nix).
If you plan to use it through the command line, I'd recommend adding an alias to "p" because "project-manager" is a bit unwieldy.
Source: https://git.disroot.org/lwad/project-manager