Releases: bottlesdevs/EasyTerm
Releases · bottlesdevs/EasyTerm
0.2.0
0.1.8
- support for multiple instances.
0.1.7
- support
dark_theme
on call with-d
option - split commands preserving quoted
- support custom palette on call with
p
option
0.1.6
Use the w
flag for cwd
option in console, to avoid conflict with command
.
0.1.5
- do not default to dark theme
- sys.exit when window close
0.1.4
Support for arguments when using as a standalone application:
--cwd
--command
--env
--actions
0.1.3
Use the EasyTermLib
class inside a project and EasyTerm
outside.
0.1.2
from easyterm import easyterm
easyterm.EasyTerm(
cwd='/path',
command='/bin/bash',
env=[],
actions=[
{
"name": "Hello",
"icon": "emblem-favorite",
"tooltip": "Say hello to the world",
"command": "echo Hello World"
}
]
)
0.1.1
fix setup
0.1
support custom actions