nixbook: expose pw scripts and add bare git clone alias
This commit is contained in:
parent
24de630982
commit
f478715f4b
3 changed files with 27 additions and 25 deletions
|
|
@ -55,14 +55,13 @@ in {
|
|||
echo "$items" | ${my-deps.menu} | xargs -I_ rbw get _ | wl-copy -n
|
||||
'';
|
||||
hotkeys = [{key = "P";}];
|
||||
install = false;
|
||||
}
|
||||
{
|
||||
name = "bwusernamemenu";
|
||||
text = ''
|
||||
items="$(rbw list)"
|
||||
echo "$items" | ${my-deps.menu} | xargs -I_ rbw get --field username _ \
|
||||
| awk '{print $2}' | wl-copy -n
|
||||
| wl-copy -n
|
||||
'';
|
||||
hotkeys = [
|
||||
{
|
||||
|
|
@ -70,7 +69,6 @@ in {
|
|||
key = "P";
|
||||
}
|
||||
];
|
||||
install = false;
|
||||
}
|
||||
{
|
||||
name = "bwotpmenu";
|
||||
|
|
@ -84,7 +82,6 @@ in {
|
|||
key = "P";
|
||||
}
|
||||
];
|
||||
install = false;
|
||||
}
|
||||
{
|
||||
name = "screenshot";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue