mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 01:54:10 +00:00
Update cheatsheets
This commit is contained in:
30
linux/urxvt
Normal file
30
linux/urxvt
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# urxvt
|
||||
|
||||
> Rxvt-unicode.
|
||||
> A customizable terminal emulator.
|
||||
> More information: <https://manned.org/urxvt>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user