wip
This commit is contained in:
14
.config/television/cable/alias.toml
Normal file
14
.config/television/cable/alias.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[metadata]
|
||||
name = "alias"
|
||||
description = "A channel to select from shell aliases"
|
||||
|
||||
[source]
|
||||
# you may need to adjust the command depending on your shell
|
||||
command = "$SHELL -ic 'alias'"
|
||||
output = "{split:=:0}"
|
||||
|
||||
[preview]
|
||||
command = "$SHELL -ic 'alias' | grep -E '^(alias )?{split:=:0}='"
|
||||
|
||||
[ui.preview_panel]
|
||||
size = 30
|
||||
Reference in New Issue
Block a user