This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Kevin-Mok
/
linux-config
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Dotfiles for my tiling window manager + terminal workflow.
246
Commits
5
Branches
0
Tags
1.3 MiB
Shell
94.9%
Python
4.6%
Perl
0.5%
Tree:
5c4e37fb84
linux-config
/
dot_config
/
fish
/
functions
/
grep-pdf.fish
3 lines
74 B
Raw
Blame
History
function
grep-pdf
pdfgrep -n
$argv
[
1
]
(
fd -e pdf --no-ignore-vcs
)
end
Reference in new issue