AutoYADM commit: 2025-04-03 16:30:17
This commit is contained in:
parent
db8f406079
commit
387833ab9a
2 changed files with 10 additions and 4 deletions
|
@ -63,7 +63,7 @@ proc_sorting = "memory"
|
||||||
proc_reversed = False
|
proc_reversed = False
|
||||||
|
|
||||||
#* Show processes as a tree.
|
#* Show processes as a tree.
|
||||||
proc_tree = False
|
proc_tree = True
|
||||||
|
|
||||||
#* Use the cpu graph colors in the process list.
|
#* Use the cpu graph colors in the process list.
|
||||||
proc_colors = True
|
proc_colors = True
|
||||||
|
|
|
@ -52,6 +52,12 @@ if [ (count $argv) -ne 2 ]
|
||||||
return 1
|
return 1
|
||||||
end
|
end
|
||||||
|
|
||||||
set -l output (get_git_provider_url $argv[1] $argv[2])
|
# get_git_provider_url $argv[1] $argv[2]
|
||||||
echo $output
|
|
||||||
wl-copy $output
|
# set -l output (get_git_provider_url $argv[1] $argv[2])
|
||||||
|
get_git_provider_url $argv[1] $argv[2] | tee /dev/stderr | wl-copy
|
||||||
|
|
||||||
|
# echo $output
|
||||||
|
# echo $output | wl-copy
|
||||||
|
# echo $output
|
||||||
|
# wl-copy $output
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue