Commit Graph

125 Commits

Author SHA1 Message Date
Bruno Sutic 57c0623fb8
More variable quoting 2015-08-03 00:44:43 +02:00
Bruno Sutic d7d269381e
Move stuff to 'scripts/variables.sh' 2015-08-03 00:43:59 +02:00
Bruno Sutic 9794997b6b
Variable quoting war 2015-08-03 00:42:03 +02:00
Bruno Sutic 19da205b0b
Enable removing plugins via CLI executable 2015-08-03 00:33:38 +02:00
Bruno Sutic b2a2581a6a
Doc for managing plugins via the command line 2015-08-02 23:11:59 +02:00
Bruno Sutic e62d12c980
Update obsolete test function names 2015-08-02 22:53:39 +02:00
Bruno Sutic a521a4b731
Use variable to clarify test case 2015-08-02 22:51:45 +02:00
Bruno Sutic c435ead1a3
Refactor test 'expect' scripts
Make test 'expect' scripts simpler and ensure expectations are properly
asserted.

Closes #46
2015-08-02 22:48:14 +02:00
Bruno Sutic d19c187dcc
Tests non-existing plugin installation 2015-08-02 18:56:37 +02:00
Bruno Sutic 7ff8de38a4
Enable updating plugins via cli executable 2015-08-02 12:56:44 +02:00
Bruno Sutic ce902f906a
Manually update .travis.yml 2015-08-01 23:02:27 +02:00
Bruno Sutic b3407f0787
New version of 'tmux-test' w/ updated .travis.yml 2015-08-01 22:56:36 +02:00
Bruno Sutic 39a53e42c8
Improve test helper 2015-08-01 22:24:38 +02:00
Bruno Sutic 830feaae69
Switch to using `tmux-test` framework 2015-08-01 22:19:06 +02:00
Bruno Sutic 274098a029
Small refactor 2015-08-01 18:16:17 +02:00
Bruno Sutic 9a34ff66bc
Function for running all tests 2015-08-01 18:14:05 +02:00
Bruno Sutic eb24578b08
Document new 'bin/install_plugins' script 2015-08-01 18:14:05 +02:00
Bruno Sutic 40e6041512
Tests style updates 2015-08-01 18:14:05 +02:00
Bruno Sutic f8d259fe86
Tests for plugin installation via cli executable 2015-08-01 18:14:05 +02:00
Bruno Sutic 97e281608f
Fix error with tests 2015-08-01 18:14:05 +02:00
Bruno Sutic 121ac2f419
Start using $SCRIPTS_DIR constant 2015-08-01 18:14:05 +02:00
Bruno Sutic 58877eea8d
Correct errors in bin/install_plugins output 2015-08-01 18:14:05 +02:00
Bruno Sutic 40ba8e58dc
Enable installing plugins via cli executable 2015-08-01 18:14:04 +02:00
Bruno Sutic a51fb24f62
Extract 'ensure_tpm_path_exists' function 2015-08-01 18:14:04 +02:00
Bruno Sutic a83329b5ab Merge pull request #41 from bacondropped/master
Check write permissions to plugin folder
2015-07-28 16:54:29 +02:00
Ilya Terentyev f4d920362c Check write permissions to plugin folder
During plugin installation, check if required write permissions are in
place; if the sanity check fails, warn the user. This is a squash
4-in-1 commit.
2015-07-23 19:57:04 +03:00
Bruno Sutic 8d97f05f89
Update readme 2015-07-10 17:14:13 +02:00
Bruno Sutic d57df1108d
Move all the docs to `docs/` dir 2015-07-10 17:10:41 +02:00
Bruno Sutic 27facedfd5
Move to a directory 2015-07-10 17:05:09 +02:00
Bruno Sutic 240a497a35
Refactoring 2015-07-07 18:50:55 +02:00
Bruno Sutic 35161668d9
v2.0.0 2015-07-07 02:28:16 +02:00
Bruno Sutic a5c030d261
Clean out 2015-07-07 02:26:02 +02:00
Bruno Sutic fbd9ea1c88
How to plugin typos 2015-07-07 02:23:49 +02:00
Bruno Sutic d9fed149e8
Another change for instructions 2015-07-07 02:17:58 +02:00
Bruno Sutic 743bfcf38a
Update file 2015-07-07 02:03:05 +02:00
Bruno Sutic 79e4ba885d
Use new plugin syntax all around 2015-07-07 01:49:33 +02:00
Bruno Sutic 343ae423dd
Update readme with new plugin syntax 2015-07-07 01:46:53 +02:00
Bruno Sutic 7ce0326916
New and old plugin syntax work together 2015-07-07 01:04:26 +02:00
Bruno Sutic 6a5784433b
`TMUX_PLUGIN_MANAGER_PATH` always has trailng slash
If the trailing slash character is not there it causes issues when
installing plugins.

Closes #38
2015-07-07 00:22:47 +02:00
Bruno Sutic 57e36cde13
Uups, fix last commit 2015-06-03 01:46:35 +02:00
Bruno Sutic e19b7689e0
Permit leading whitespace with new plugin definition syntax 2015-06-03 01:34:50 +02:00
Bruno Sutic 583e447d33
Use `-g` in new plugin definition syntax
When tmux options are used without `-g` tmux complains on startup.
2015-06-02 23:27:22 +02:00
Bruno Sutic 9eee9c06b6
Improve tests 2015-06-02 22:47:32 +02:00
Bruno Sutic 5bbe60dc42
Update Changelog 2015-06-02 22:47:12 +02:00
Javier Lopez 445be1eede add bundle style plugin definition 2015-06-02 22:20:50 +02:00
Bruno Sutic 824906ffa5
Minor wording tweaks 2015-06-02 21:36:35 +02:00
Bruno Sutic 849140c361 Merge pull request #31 from chilicuil/remove-feature
add removal procedure
2015-06-02 21:25:10 +02:00
Javier Lopez 937390b0e7 document removal procedure and update the changelog 2015-05-27 13:41:04 -05:00
Javier Lopez 7a2614d850 change default uninstall/clean keybinding to prefix + alt +u 2015-05-27 13:35:38 -05:00
Javier Lopez 2d5ecdbe4a add removal procedure 2015-05-26 22:46:15 -05:00