mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 22:35:30 +02:00
urxvt: add page (#3294)
This commit is contained in:
parent
74a9a93e14
commit
b60e7403c1
1 changed files with 24 additions and 0 deletions
24
pages/linux/urxvt.md
Normal file
24
pages/linux/urxvt.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# urxvt
|
||||
|
||||
> Rxvt-unicode.
|
||||
> A customizable terminal emulator.
|
||||
|
||||
- Open a new urxvt window:
|
||||
|
||||
`urxvt`
|
||||
|
||||
- Run in a specific directory:
|
||||
|
||||
`urxvt -cd {{path/to/directory}}`
|
||||
|
||||
- Run a command in a new urxvt window:
|
||||
|
||||
`urxvt -e {{command}}`
|
||||
|
||||
- Run a command and keep the window open:
|
||||
|
||||
`urxvt --hold -e {{command}}`
|
||||
|
||||
- Run a command within the "sh" shell:
|
||||
|
||||
`urxvt -e {{sh}} -c {{command}}`
|
Loading…
Add table
Reference in a new issue