Bruno Sutic
99469c4a9b
Merge pull request #243 from andyrichardson/patch-1
...
Update tpm_not_working.md
7 months ago
Andy Richardson
8307a5fe58
prepend > prefix
7 months ago
Andy Richardson
3709b62397
Update tpm_not_working.md
7 months ago
Bruno Sutic
fdb30228b1
Merge pull request #239 from FranklinYu/update-verbosely
...
Show the output of Git pull when updating plugins
9 months ago
Franklin Yu
e504b8eec6
Show the output of Git pull when updating plugins
...
This tells users whether a plugin changed during the update.
9 months ago
Bruno Sutic
fc412cbdf7
v3.1.0
9 months ago
Bruno Sutic
420656d265
Merge pull request #227 from rehanguha/master
...
Updated README and removed `$` symbol
10 months ago
Rehan Guha
b6fb16f318
Updated README and removed `$` symbol
...
This will help to directly copy and paste in the terminal and not to perform an extra step and remove the $ symbol
1 year ago
Bruno Sutic
b699a7e01c
Merge pull request #216 from yasudanaoya/fix/typo
...
fix: typo
2 years ago
yasudanaoya
49c51f3774
fix: github to GitHub
2 years ago
yasudanaoya
e529dc221c
fix: typo
2 years ago
Bruno Sutic
693e5a2a0f
Style fix
2 years ago
Bruno Sutic
38ab7d9ef7
Merge pull request #210 from laggardkernel/bugfix/default-branch
...
[Bugfix] Remove hardcoding default branch as "master"
2 years ago
laggardkernel
f9d3c542cd
Remove hardcoding default branch as "master"
...
Default branch of repo could be "master", "main" or any names.
Stop hardcoding "master" as the default to clone and let "git"
decide it automatically.
2 years ago
Bruno Sutic
108f76b628
Merge pull request #158 from rafalrothenberger/add-branch-to-plugin
...
Add branch support for plugins
2 years ago
Rafał Rothenberger
e019ff1fe9
Merge branch 'master' into add-branch-to-plugin
2 years ago
Bruno Sutic
2afeff1529
Add 'HELPERS_DIR' variable to tmux_utils.sh
3 years ago
Bruno Sutic
0a19b28b4e
Remove `CURRENT_DIR` variable from a helper script
...
Fixes #200
3 years ago
Bruno Sutic
29c871e810
Merge pull request #198 from ehandal/fix_env_reload
...
Fix hardcoded tmux.conf path in environment reload
3 years ago
Edgar Handal
f79c59314c
Fix hardcoded tmux.conf path in environment reload
3 years ago
Bruno Sutic
38576cf76e
Add tmux-plugins/list to the readme
3 years ago
Bruno Sutic
60a36d6f7a
Merge pull request #171 from gpakosz/support-source-q
...
Add support for 'source-file -q'
3 years ago
Bruno Sutic
b36202ace9
Merge pull request #177 from Ambroisie/detect-xdg-config
...
Use XDG-compatible plugin path when available
3 years ago
Bruno BELANYI
425cabe941
Explain XDG-compatible plugin path in docs
...
Reword the documentation file explaining how to change the path were
`tpm` installs its plugins to mention the new behaviour regarding
XDG_CONFIG_HOME.
3 years ago
Bruno BELANYI
9d2a389f90
Use XDG-compatible plugin path when available
...
If the `tmux.conf` file is found at a XDG_CONFIG_HOME, use this
directory to store the plugins instead of `$HONE/.tmux/`.
This is only effective if the user has not overridden the value of
`TMUX_PLUGIN_MANAGER_PATH` in their configuration file.
3 years ago
Bruno Sutic
59f78857f6
Revert "Update README.md installation instructions."
...
This reverts commit a403ca3b67
.
There are problems when running TPM with a `-b` flag, see #151 .
3 years ago
Bruno Sutic
5c4f37a52d
Merge pull request #172 from Swivelgames/patch-1
...
Non-Github Plugin Install Fails due to Syntax Error in README.md
3 years ago
Joseph Dalrymple
4a3fdeca47
Fixed Git Plugin Example
...
I thought it was a bit peculiar that the README.md suggested using `git@bitbucket.com/user/plugin`, but went ahead with that syntax. After seemingly endlessly scratching my head, while trying to figure out what the issue, I reverted to the traditional git URL syntax (SSH syntax) and it worked.
```
set -g @plugin 'git@bitbucket.com:user/plugin_name`
```
Verified by running `./.tmux/plugins/tpm/bin/install_plugins` manually with a fresh version of TMUX + TPM with both styles.
3 years ago
Gregory Pakosz
788f5d68af
Add support for 'source-file -q', fixes #135
...
Starting from tmux 2.3, 'source-file' understands '-q' to suppress errors for
nonexistent files.
4 years ago
Bruno Sutic
06d41226af
Merge pull request #159 from GeoffreyFrogeye/xdg_default_value
...
Default value for XDG_CONFIG_HOME
4 years ago
Geoffrey Frogeye
7c3a16e243
Default value for XDG_CONFIG_HOME
4 years ago
Rafał Rothenberger
fe5e13152a
add branch support
4 years ago
Bruno Sutic
26d9ace1b4
Update README.md
5 years ago
Bruno Sutic
476f6ca699
Merge pull request #149 from ploth/patch-1
...
Update README.md
5 years ago
Pascal Loth
6727ee441d
Update README.md
5 years ago
Bruno Sutic
2ab1d9101b
Merge pull request #115 from shouya/patch-1
...
solution to the problem 'tpm returned 127'
5 years ago
Bruno Sutic
42bb2bf48b
Note about XDG dir spec
5 years ago
Bruno Sutic
0128e36fbe
Merge pull request #143 from weilbith/xdg-support
...
Flexible TMux Configuration Load
5 years ago
Thore Weilbier
0e46b92aba
Remove _CONFIG_LOCATION variable again.
...
It has been decided that this feature should been removed until it will be requested.
5 years ago
Bruno Sutic
9be9fd19f1
Merge pull request #144 from metakirby5/master
...
Update README.md installation instructions.
5 years ago
Ethan Chan
a403ca3b67
Update README.md installation instructions.
...
`run '~/.tmux/plugins/tpm/tpm'` should be run in the background, so the `-b` flag was added.
5 years ago
Thore Weilbier
206ded75d8
Restore tabs instead of spaces for indentation.
5 years ago
Thore Weilbier
2c4a2dfd65
Add flexible tmux configuration load function.
...
Add function `_get_user_tmux_conf` to helper script `plugin_functions`.
Function is searching for the users tmux configuration on multiple
places by a prioritized order.
The response is used within`_tmux_conf_contents` to read in the content
as normally.
Add new environment variable `TMUX_PLUGIN_MANAGER_CONFIG_LOCATION` which
is optional to be defined.
If so it has the highest priority to be loaded, despite if the file
exist or not.
XDG directory support has been added as well by the second priority
location at `$XDG_CONFIG_HOME/tmux/tmux.conf`.
5 years ago
Bruno Sutic
95f78336c3
Merge pull request #118 from EdwardBetts/spelling
...
correct spelling mistake
6 years ago
Edward Betts
3efe9b20ba
correct spelling mistake
6 years ago
Shou Ya
e51a3772b5
solution to the problem 'tpm returned 127'
...
See issue #67 for more discussion
6 years ago
Timothy Cyrus
c8ac32a085
Update README.md ( #66 )
...
- Changed PNG Badges to SVG
- Added Styling to Code Blocks
- Added <kbd> tags for Key Bindings
7 years ago
Graham McGregor
0ea31ae2d6
Merge pull request #96 from narfman0/master
...
Docs change to include auto plugin installation
7 years ago
Jon Robison
c5c997bdde
-Add auto plugin installation
7 years ago
Graham McGregor
350fa9ee5f
Clarify sourcing tmux.conf
...
Avoid any confusion with starting tmux with the `-f` option.
Fixes https://github.com/tmux-plugins/tpm/issues/89
7 years ago