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)
NOTE: unless disabled when building, yakuake will display a warning about running commands from DBus once per a system session (per login).
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.1.tar.gz
(6.5 kB
view details)
File details
Details for the file yman-1.0.1.tar.gz.
File metadata
- Download URL: yman-1.0.1.tar.gz
- Upload date:
- Size: 6.5 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 |
86b308ef812d3eee65c4bdc652f0740e56c8793e8315b83139bdc3f27a3b086c
|
|
| MD5 |
768e838a62cf82df3d42ed4855e7b781
|
|
| BLAKE2b-256 |
40f4042dfd9809753d8543a18746595e84cedb4a27f538510ff728b4f4254d66
|