Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | if /home/calendros/bin/tmux-browser-split is defined use it firstHEADmaster | vg | 2024-02-20 | 1 | -3/+3 |
| | |||||
* | workaround missing user environment before running command | vg | 2023-01-16 | 1 | -0/+9 |
| | |||||
* | remove sort, I care less about redundancy than original order | vg | 2022-02-24 | 1 | -1/+0 |
| | |||||
* | Merge pull request #20 from thiagowfx/empty | Wenxuan | 2021-12-27 | 1 | -1/+1 |
|\ | | | | | display message when no URLs are matched | ||||
| * | display message when no URLs are matched | Thiago Perrotta | 2021-12-26 | 1 | -1/+1 |
|/ | | | | | This yields a better user experience, providing feedback on the "unhappy path". | ||||
* | Merge pull request #19 from robhanlon22/patch-1 | Wenxuan | 2021-08-30 | 1 | -1/+3 |
|\ | |||||
| * | Note that `bash` >= `4.0` is required in README | Rob Hanlon | 2021-08-27 | 1 | -1/+3 |
|/ | | | macOS ships with `bash` `3.2` (yikes!) and thus `mapfile` is not present. | ||||
* | docs: update | Wenxuan Zhang | 2021-06-02 | 1 | -3/+2 |
| | |||||
* | Merge pull request #18 from nifr/fix/duplicate-entries-in-fzf-selection | Wenxuan | 2021-06-02 | 1 | -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 selection | Nicolai Fröhlich | 2021-06-01 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #16 from nifr/master | Wenxuan | 2021-06-02 | 2 | -1/+14 |
|\ \ | |/ |/| | |||||
| * | docs: add documentation for tmux option @fzf-url-fzf-options | Nicolai Fröhlich | 2021-06-01 | 1 | -0/+7 |
| | | |||||
| * | feat: allow to set fzf options with tmux option @fzf-url-fzf-options | Nicolai Fröhlich | 2021-06-01 | 1 | -1/+7 |
|/ | |||||
* | docs: fix option name | Wenxuan Zhang | 2021-05-31 | 1 | -1/+1 |
| | |||||
* | docs: add option description (#14) | Wenxuan Zhang | 2021-05-30 | 1 | -0/+7 |
| | |||||
* | refactor: option name and default behavior (#14) | Wenxuan Zhang | 2021-05-30 | 2 | -3/+11 |
| | |||||
* | Merge pull request #14 from maniac-en/master | Wenxuan | 2021-05-30 | 2 | -2/+3 |
|\ | | | | | Using entire buffer scrollback as target content | ||||
| * | Using entire buffer scrollback as target content | Shivam Mehta | 2021-05-30 | 2 | -2/+3 |
|/ | |||||
* | refactor: lint | Wenxuan Zhang | 2020-09-07 | 1 | -26/+28 |
| | |||||
* | feat: support custom filter #7 | Wenxuan Zhang | 2020-09-05 | 3 | -4/+17 |
| | |||||
* | Fix badge | Wenxuan Zhang | 2020-07-13 | 1 | -1/+1 |
| | |||||
* | Update readme (#6) | Wenxuan | 2020-06-15 | 1 | -8/+15 |
| | | | | | * Update readme * Update readme | ||||
* | Update README. | Wenxuan Zhang | 2019-12-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5 from PatOConnor43/fix-for-zsh | Wenxuan | 2019-10-08 | 1 | -1/+1 |
|\ | | | | | Count the length of the stringified $BROWSER variable | ||||
| * | Use -n instead of -v | Pat O'Connor | 2019-10-07 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2 from abrenk/env-browser | Wenxuan | 2019-05-24 | 1 | -0/+2 |
|\ | | | | | Use $BROWSER if "xdg-open" and "open" are not present | ||||
| * | Use $BROWSER if "xdg-open" and "open" are not present | Andreas Brenk | 2019-05-23 | 1 | -0/+2 |
|/ | |||||
* | Support url patterns like 'file:///' | Wenxuan Zhang | 2019-04-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1 from igorepst/master | Wenxuan | 2019-04-04 | 1 | -2/+3 |
|\ | | | | | Add Git SSH URLs | ||||
| * | Add Git SSH URLs | Igor Epstein | 2019-04-03 | 1 | -2/+3 |
|/ | |||||
* | Update license. | Wenxuan | 2019-01-22 | 2 | -26/+4 |
| | |||||
* | Update LICENSE. | Wenxuan | 2019-01-18 | 1 | -1/+1 |
| | |||||
* | Update README | Wenxuan | 2018-09-27 | 1 | -0/+2 |
| | |||||
* | Update LICENSE | Wenxuan | 2018-04-15 | 1 | -2/+4 |
| | |||||
* | Update screenshot | Wenxuan | 2018-04-15 | 2 | -1/+1 |
| | |||||
* | Fix www matching regex | Wenxuan | 2018-04-15 | 1 | -3/+3 |
| | |||||
* | Improve extract regex | Wenxuan | 2018-04-14 | 1 | -3/+3 |
| | |||||
* | Add support for www domains without 'http' prefix | Wenxuan | 2018-04-14 | 1 | -1/+2 |
| | |||||
* | :bug: Revert wrong refactor | Wenxuan | 2018-04-14 | 1 | -3/+2 |
| | |||||
* | ShellCheck refactor | Wenxuan | 2018-04-14 | 2 | -6/+8 |
| | |||||
* | Add license | Wenxuan | 2018-04-13 | 1 | -0/+21 |
| | |||||
* | Update README | Wenxuan | 2018-04-06 | 1 | -6/+6 |
| | |||||
* | Update README | Wenxuan | 2018-04-06 | 1 | -2/+2 |
| | |||||
* | Add README | Wenxuan | 2018-04-06 | 1 | -0/+40 |
| | |||||
* | Add a screenshot | Wenxuan | 2018-04-06 | 1 | -0/+0 |
| | |||||
* | Support opening multi URLs at the same time | Wenxuan | 2018-04-06 | 1 | -2/+3 |
| | |||||
* | Add support for ip address | Wenxuan | 2018-04-06 | 2 | -15/+40 |
| | |||||
* | Exit immediately when no url matched | Wenxuan | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | Improve fzf options | Wenxuan | 2018-04-06 | 1 | -3/+3 |
| | |||||
* | Fix execute permission error | Wenxuan | 2018-04-06 | 1 | -0/+0 |
| |