dotfiles/fish/.config/fish/functions/jbl.fish

4 lines
138 B
Fish
Raw Normal View History

function jbl --description 'Select a boot to view logs'
2022-04-12 14:11:50 +02:00
journalctl -r -b (journalctl --list-boots | fzf --tac | awk '{print $1}')
end