| Project Status | Communication |
|---|---|
![]() |
Table of Contents
- name:
txum - description: A wrapper that enhances Tmux capabilities.
- author: Filippo Squillace
- username: fsquillace
- OS compatibility: linux, osx
Add a new alias with txum:
$ txum add myproject /path/to/your/projectList all available aliases:
$ txum list
myproject:/path/to/your/projectThe following will create a tmux session with /path/to/your/project as
current working directory. If the session already exists the following will just
attach to that session:
$ txum go myprojectRemove the previous alias:
$ txum remove myprojectThe bookmarks are stored in $PEARL_HOME/bookmarks file.
The content of such file contains each line with the alias
and the corresponding directory separated by :. For instance:
myalias:/home/myuser/myproject
txum can be also executed inside any other existing tmux session.
This package needs to be installed via Pearl system.
pearl install txumThe main dependencies are the following:
This section has been left blank intentionally. It will be filled up as soon as troubles come in!
