Commit Graph

35 Commits

Author SHA1 Message Date
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 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 5bbe60dc42
Update Changelog 2015-06-02 22:47:12 +02:00
Javier Lopez 937390b0e7 document removal procedure and update the changelog 2015-05-27 13:41:04 -05:00
Bruno Sutic 9251451554
Start using C-c to clear the screen 2015-04-06 00:09:00 +02:00
Bruno Sutic cf9bd36d15
Enable overriding default key bindings
Closes #19
2015-03-14 20:21:38 +01:00
Bruno Sutic 3301763550
v1.2.2 2015-02-08 15:41:20 +01:00
Bruno Sutic 9949d48b6a
GIT_TERMINAL_PROMPT=0 2015-02-08 15:38:55 +01:00
Bruno Sutic db8b06c509
v1.2.1 2014-11-21 23:55:05 +01:00
Bruno Sutic f746ae2305
Fix plugin freeze when installing non-existing plugins
Fixes #7
2014-11-21 23:53:45 +01:00
Bruno Sutic 7c10afc061
v1.2.0 2014-11-20 02:28:20 +01:00
Bruno Sutic cd2371dc5f
Add travis.yml 2014-11-20 02:09:28 +01:00
Bruno Sutic c055ced922
Refactor the tests for travis 2014-11-20 02:09:24 +01:00
Bruno Sutic 604cca0e8a
v1.1.0 2014-11-19 15:54:04 +01:00
Bruno Sutic 27d7cbd6b3
Manually expand tilde and $HOME in TMUX_SHARED_MANAGER_PATH
Tilde char and `$HOME` in `TMUX_SHARED_MANAGER_PATH` couldn't be used because
they are just plain strings. Fixing the problem by manually expanding them.
2014-10-25 15:45:04 +02:00
Bruno Sutic dcde0fadfe
Instructions about uninstalling plugins 2014-09-29 00:06:02 +02:00
Bruno Sutic 6a84b0ed7b
Remove obsolete file 2014-08-31 01:07:44 +02:00
Bruno Sutic b8c076efb3
Do not source plugins that are not downloaded
Fixes #3
2014-08-30 17:16:28 +02:00
Bruno Sutic f44ae34d11 v1.0.0 2014-08-05 21:45:13 +02:00
Bruno Sutic bfdbfa46b9 Add tests for updating plugins 2014-08-05 21:44:43 +02:00
Bruno Sutic 28cd3e5e2f Update readme with new functionality 2014-08-05 21:04:17 +02:00
Bruno Sutic d1aed98621 Plugin installation does not perform update
Plugin installation just installs new plugins.
Already installed plugins aren't updated.
2014-08-05 18:13:11 +02:00
Bruno Sutic 9a27de4193 Rename `display_message` -> `echo_message` 2014-08-05 17:53:03 +02:00
Bruno Sutic 86b5c3ab7e Move key binding to the main file 2014-08-05 17:28:38 +02:00
Bruno Sutic 1f7e58f3a7 Remove README about section 2014-08-05 17:20:55 +02:00
Bruno Sutic d8f7d27033 Update list of plugins in the README 2014-08-02 20:57:56 +02:00
Bruno Sutic 4d98b4ad05 Update readme 2014-08-02 12:29:07 +02:00
Bruno Sutic 4bfead1a24 Update tests to pass 2014-07-28 16:07:35 +02:00
Bruno Sutic c37ed1be2c Change github organization for this and other plugins 2014-07-28 16:04:11 +02:00
Bruno Sutic e68e4d52e4 v0.0.2 2014-07-17 23:16:12 +02:00
Bruno Sutic 0e04c1f34f Fix bug: tpm shared path is created before sync 2014-05-24 15:36:31 +02:00
Bruno Sutic 518777cfbd Fix all redirects to /dev/null 2014-05-23 14:18:22 +02:00
Bruno Sutic c897f36e3d Run all *.tmux plugin files as executables 2014-05-22 12:32:00 +02:00
Bruno Sutic aee1fbc949 Add changelog 2014-05-21 12:56:43 +02:00