|
3 лет назад | |
---|---|---|
.. | ||
examples | 3 лет назад | |
src | 3 лет назад | |
LICENSE | 3 лет назад | |
README.md | 3 лет назад | |
README.org | 3 лет назад | |
lilu-terminal.asd | 3 лет назад | |
packages.lisp | 3 лет назад |
Open a new terminal
To open a shell in a new terminal:
(lilu-terminal:open-terminal-shell)
To execute a shell command in a new terminal:
(lilu-terminal:open-terminal-shell :cmd "htop")
(lilu-terminal:open-terminal-shell :cmd "htop -u pippo")
(lilu-terminal:exec-terminal-command "htop")
The list of pre-configured terminal emulator:
(lilu-app:list-all-applications :terminal)
List only the terminals present in your system:
(lilu-app:list-all-installed-applications :terminal)
To use a different terminal emulator:
(lilu-terminal:open-terminal-shell :cmd "htop" :terminal :cool-retro)
or
(let ((lilu-terminal:*terminal* :cool-retro))
(lilu-terminal:open-terminal-shell :cmd "htop"))
Clone the project into local-projects of quicklisp, then
(ql:quickload :lilu-terminal)
Name | Command |
---|---|
:xfce4 | xfce4-termina |
:x | xterm |
:terminator | terminator |
:cool-retro | cool-retro-term |
:urxvt | urxvt |
:ux | uxterm |
:alacritty | alacritty |
:st | st |
:kitty | kitty |
:terminology | terminology |
:tilix | tilix |
Copyright (c) 2019,2021 Alessandro Serra