Yakuake session management
Project description
yman
yman is a python script used for saving/restoring yakuake sessions (currently running commands, working directories, environment variables, tab titles)
Installation
pip install yman
To use autocomplete (supported in bash/zsh) add this line to your zshrc/bashrc:
eval "$(_YMAN_COMPLETE=bash_source yman)"
(keep bash_source for both bash and zsh)
Usage
» yman
Usage: yman [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
list List saved sessions
remove Remove saved sessions
restore Restore saved sessions
store Store the currently running sessions
Saving a session:
» yman store sessionName
Storing current session as sessionName (skipping current terminal: yes)
Successfully stored current session as sessionName
Restoring a session:
» yman restore sessionName
Restoring session sessionName
Listing saved sessions:
» yman list
Saved sessions:
- sessionName
- demo
Removing a saved session:
» yman remove sessionName
Are you sure you want to remove session sessionName? [y/N]: y
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
yman-1.0.0.tar.gz
(6.4 kB
view details)
File details
Details for the file yman-1.0.0.tar.gz.
File metadata
- Download URL: yman-1.0.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f0004cd912ee5f6d0448f2e6efa9e13a8e94257cfbe26bc299b5e36300a3540
|
|
| MD5 |
6315d2319120bb4e2e802633ea14b46a
|
|
| BLAKE2b-256 |
23468ee2b95dee3255b069387744bfda0e57d632673743b7ac75089b295cfa12
|