ljkdsalkjdsalkj
This commit is contained in:
11
justfile
11
justfile
@@ -246,10 +246,11 @@ rebase-commits commit=`cd "$invokedir"; just _a_commit`:
|
||||
just _bump $packages; \
|
||||
NIXPKGS_ALLOW_UNFREE=1 "$SHELL"
|
||||
|
||||
[no-cd]
|
||||
_bump +$packages:
|
||||
#!/usr/bin/env -S bash -euo pipefail
|
||||
test -e .git
|
||||
printf "%s.src\n" "$@" | xargs just _build_packages results-src-old ||; # TODO: unpack?
|
||||
printf "%s.src\n" "$@" | xargs just _build_packages results-src-old ||: # TODO: unpack?
|
||||
config=(
|
||||
NIXPKGS_ALLOW_UNFREE=1
|
||||
NIXPKGS_ALLOW_BROKEN=1
|
||||
@@ -560,11 +561,11 @@ _packages_json:
|
||||
#cd "$invokedir"; $GIT log --oneline -n800 | gum filter --placeholder "Pick commit..." --height 10 --no-limit | cut -d' ' -f1
|
||||
cd "$invokedir"; $GIT log --oneline -n800 | fzf --layout=reverse --multi --height 15 | cut -d' ' -f1
|
||||
|
||||
@_a_package: _packages_json
|
||||
just list-packages | cut -f1 | fzf --layout=reverse --height 15 | grep .
|
||||
@_a_package:
|
||||
gum spin --show-output just list-packages | cut -f1 | fzf --sync --layout=reverse --height 15 | grep .
|
||||
|
||||
@_some_packages: _packages_json
|
||||
just list-packages | cut -f1 | fzf --layout=reverse --multi | grep .
|
||||
@_some_packages:
|
||||
gum spin --show-output just list-packages | cut -f1 | fzf --sync --layout=reverse --multi | grep .
|
||||
|
||||
@_a_pr:
|
||||
cd master; gh pr list --limit 1000 --json 'number,title' --state open | jq '.[]|"\(.number) - \(.title)"' -r | gum filter --placeholder "Pick PR..." --height 10 | cut -d' ' -f1
|
||||
|
||||
Reference in New Issue
Block a user