aboutsummaryrefslogtreecommitdiffstats
path: root/fzf-url.sh
Commit message (Collapse)AuthorAgeFilesLines
* if /home/calendros/bin/tmux-browser-split is defined use it firstHEADmastervg2024-02-201-3/+3
|
* workaround missing user environment before running commandvg2023-01-161-0/+9
|
* remove sort, I care less about redundancy than original ordervg2022-02-241-1/+0
|
* display message when no URLs are matchedThiago Perrotta2021-12-261-1/+1
| | | | | This yields a better user experience, providing feedback on the "unhappy path".
* Merge pull request #18 from nifr/fix/duplicate-entries-in-fzf-selectionWenxuan2021-06-021-1/+1
|\ | | | | | | | | fix: urls of the form "https://www.*" show up twice in fzf selection closes #17
| * fix: urls of the form "https://www.*" show up twice in fzf selectionNicolai Fröhlich2021-06-011-1/+1
| |
* | feat: allow to set fzf options with tmux option @fzf-url-fzf-optionsNicolai Fröhlich2021-06-011-1/+7
|/
* refactor: option name and default behavior (#14)Wenxuan Zhang2021-05-301-1/+9
|
* Using entire buffer scrollback as target contentShivam Mehta2021-05-301-1/+1
|
* refactor: lintWenxuan Zhang2020-09-071-26/+28
|
* feat: support custom filter #7Wenxuan Zhang2020-09-051-3/+7
|
* Use -n instead of -vPat O'Connor2019-10-071-1/+1
|
* Use $BROWSER if "xdg-open" and "open" are not presentAndreas Brenk2019-05-231-0/+2
|
* Support url patterns like 'file:///'Wenxuan Zhang2019-04-081-1/+1
|
* Add Git SSH URLsIgor Epstein2019-04-031-2/+3
|
* Fix www matching regexWenxuan2018-04-151-3/+3
|
* Improve extract regexWenxuan2018-04-141-3/+3
|
* Add support for www domains without 'http' prefixWenxuan2018-04-141-1/+2
|
* :bug: Revert wrong refactorWenxuan2018-04-141-3/+2
|
* ShellCheck refactorWenxuan2018-04-141-2/+3
|
* Support opening multi URLs at the same timeWenxuan2018-04-061-2/+3
|
* Add support for ip addressWenxuan2018-04-061-0/+33