mirror of
https://github.com/roosta/tmux-fuzzback.git
synced 2026-09-09 23:26:29 -04:00
Add tmux-test as a submodule Run tmux test setup script Fix example test Move scripts to scripts subfolder WIP Remove submodule WIP Change dist to xenial Ignore log files Remove sourcing bashrc Use xenial as dist Attempt to install fzf under vagrant user Add fzf to path WIP Fix expect script Comments Move provisions to separate folder Move fixtures to separate folder Set TERM to prevent tmux errors WIP Enable checking pos properly WIP Ensure display-message works Test fuzzback Add checker to assert_pos WIP: add more assertions WIP: fix running multiple assertions Change TERM to tmux-256color Fix issue with fuzzback position Move quit call to associated function Assert scroll position Dont export TERM Include tmux-test in license Update top level comment Mention where its copied from Update header comment Fix issue with fuzz that caused return to not work Make create_output take n argument Fix top of pane tests Rearrange copy-mode assertion Caused issues with cursor_pos when it was before that assertion Set mode-keys to vi Add middle search tests Update puts comments, reorder some assertions Change tests failed message Fix issue with checking mode Simplify display_text Remove unused functions Fix header lengths Cleanup, refactor Rename _private functions, no distinction Remove empty git modules file Fix issue with window height passthrough
24 lines
1.3 KiB
Plaintext
24 lines
1.3 KiB
Plaintext
MIT License
|
|
|
|
Copyright (c) 2014 for portions of tmux-fuzzback are held by Bruno Sutic as part of tmux-copycat and tmux-test
|
|
Copyright (c) 2018 for portions of tmux-fuzzback are held by Wenxuan <https://github.com/wfxr> as part of tmux-fzf-url
|
|
All other Copyright (c) 2021 for tmux-fuzzback are held by Daniel Berg <mail@roosta.sh>.
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all
|
|
copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|