Skip to content
Snippets Groups Projects
Verified Commit 1e7b742d authored by perry's avatar perry
Browse files

support opening job on user's browser

use tab to select the jobs and press enter to open on browser
parent 0328b78c
Branches master
No related merge requests found
Pipeline #1294 passed with warnings with stage
#!/usr/bin/env sh #!/usr/bin/env sh
./infopark.py | fzf --preview 'w3m -dump -insecure https://infopark.in/company-jobs/details/{1} | tail -n +40 | head -n -53' ./infopark.py | fzf --multi --preview 'w3m -dump -insecure https://infopark.in/company-jobs/details/{1} | tail -n +40 | head -n -53' | sed 's/ .*//' | xargs -I _ xdg-open https://infopark.in/company-jobs/details/_
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment