Bruno Sutic
0f0ec12e92
Merge pull request #308 from tmux-plugins/deprecate_restoring_shell_history
...
Deprecate restoring shell history
2019-10-21 12:03:38 +02:00
Bruno Sutic
d7825683d1
Deprecate restoring shell history
...
"restoring shell history" feature is very invasive and dirty. I propose
removing it in the future without the replacement.
I worry it spoils the first experience of using this plugin for users
that accidentally turn it on and don't know how to turn it off, see
https://github.com/tmux-plugins/tmux-resurrect/issues/288
Also, it hurts me to reject PRs that improve the feature.
Thoughts?
2019-08-27 13:26:29 +02:00
Bruno Sutic
e3f05dd34f
Update README.md
2019-04-19 12:44:26 +02:00
Bruno Sutic
8fcb4ab40b
Merge pull request #291 from pattersongp/bugfix-162
...
Adds a fix for directory paths with spaces that aren't escaped.
2019-03-01 18:19:42 +01:00
Graham Patterson
a876ad6648
Adds a fix for directory paths with spaces that aren't escaped.
2019-03-01 10:37:01 -05:00
Bruno Sutic
c3ffe89e52
Merge pull request #284 from rummik/mosh-client-strategy
...
Add mosh-client default strategy
2019-01-07 13:35:20 +01:00
*Kim Zick (rummik)
e99f1977b6
Add mosh-client default strategy
2018-12-28 20:08:46 -05:00
Bruno Sutic
b020b2481e
Merge pull request #220 from kevinkjt2000/fix-issue-95
...
fix #95 restore name of first window
2018-11-30 13:29:24 +01:00
Bruno Sutic
e5cbe54c75
Merge pull request #272 from JBlond/master
...
Windows file names can not contain a colon
2018-10-08 11:42:29 +02:00
Mario
71b93407f2
Changed to fit ISO8601
...
See https://github.com/tmux-plugins/tmux-resurrect/pull/272#issuecomment-419934801
2018-09-11 13:23:58 +02:00
Bruno Sutic
9dc3f8c639
Always use 'ps -ao' to detect commands
...
Previously we used 'ps -eo' for some operating systems. It turns out
flags '-ao' work fine for all, and it should also be fine per posix spec
http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ps.html#tag_20_96
2018-09-11 11:16:30 +02:00
Mario
8b504d4b06
Windows file names can not contain a colon
...
That would solve https://github.com/tmux-plugins/tmux-resurrect/issues/131
2018-09-10 10:46:09 +02:00
Bruno Sutic
6feae65a83
Merge pull request #267 from ashb/save-restore-hooks
...
Further Save and restore hooks
2018-08-20 16:57:24 +02:00
Ash Berlin-Taylor
8aa999c591
Add more hook points
...
And make the hook calling simpler at the call site.
2018-08-20 12:17:43 +01:00
Sergey Vlasov
0133c7a96a
Save and restore hooks
2018-08-17 20:19:27 +01:00
Bruno Sutic
42f77b303c
Merge pull request #233 from woutgg/master
...
Fix https://github.com/tmux-plugins/tmux-resurrect/issues/176 .
2018-01-28 17:40:17 +01:00
Wouter R
2f5394bfed
Remove superfluous if-block.
2018-01-27 19:08:28 +01:00
Wouter R
fee390d1b5
Update tests to save and restore a setup with a zoomed pane.
2018-01-24 22:32:35 +01:00
Wouter R
6d10ee01b6
Fix https://github.com/tmux-plugins/tmux-resurrect/issues/176 .
...
This removes (un)zooming on save which should not be necessary anymore
with recent tmux versions (from 2.2 on?).
2018-01-24 18:20:44 +01:00
Kevin Tindall
8f3f8d7cb9
fix #95 restore name of first window
2017-12-03 22:11:51 -06:00
Bruno Sutic
7c77c70483
Merge pull request #214 from mc10/patch-1
...
README: Use the SVG Travis badge
2017-11-14 13:17:47 +01:00
Kevin Ji
195a16f35f
README: Use the SVG Travis badge
2017-11-14 02:40:05 -08:00
Bruno Sutic
9c7ec631d4
Merge pull request #210 from eugenevd/20171014-remove_old_backups-find
...
remove_old_backups() : replace xargs with -exec to handle 0 files found better
2017-10-26 14:06:11 +04:00
Eugene Van Dam
5f3873c502
remove_old_backups() : replace xargs with -exec to handle 0 files found
...
by find better
2017-10-25 14:30:50 +02:00
Bruno Sutic
dcef21995a
Merge pull request #209 from job/add_weechat
...
Add weechat to conservative list
2017-10-10 12:14:25 +02:00
Job Snijders
e3878caa75
Add weechat to conservative list
2017-10-10 08:12:44 +00:00
Bruno Sutic
4f7f4e00ae
Merge pull request #206 from nguymin4/improve-doc
...
Add instruction for NodeJS related project and tools
2017-09-24 19:44:31 +02:00
Minh Son Nguyen
75ecae9bcb
Add instruction for NodeJS related project and tools
2017-09-24 06:36:31 +03:00
Bruno Sutic
3a31bfbbb8
Use 'xargs rm' instead of 'find -delete'
2017-06-04 00:52:37 +02:00
Bruno Sutic
241f62089a
Update changelog
2017-06-04 00:32:53 +02:00
Bruno Sutic
fe8390a578
Resurrect file prefix and extension vars
2017-06-04 00:31:17 +02:00
Xu Cheng
9d81e8d026
auto remove old backup files
...
remove backup files older than 30 days, but keep at least 5 copies of backup.
Fixes #102 .
2017-06-04 00:23:50 +02:00
Bruno Sutic
7e0bfcb7e9
Remove comment
2017-06-04 00:19:51 +02:00
Mohammad Alsaleh
aaec581334
Immediately restore shell history after saving
...
This is necessary for zsh.
Signed-off-by: Mohammad Alsaleh <CE.Mohammad.AlSaleh@gmail.com>
2017-06-04 00:17:36 +02:00
Mohammad Alsaleh
ea3cbcedc6
Add zsh history saving and restoring to CHANGELOG.md
...
Signed-off-by: Mohammad Alsaleh <CE.Mohammad.AlSaleh@gmail.com>
2017-06-04 00:17:35 +02:00
Mohammad Alsaleh
bf07546645
mv docs/restoring_{bash,shell}_history.md and update the doc
...
Signed-off-by: Mohammad Alsaleh <CE.Mohammad.AlSaleh@gmail.com>
2017-06-04 00:16:53 +02:00
Mohammad Alsaleh
2c9cc224c0
Rename dump_bash_history() to dump_shell_history()
...
Signed-off-by: Mohammad Alsaleh <CE.Mohammad.AlSaleh@gmail.com>
2017-06-04 00:16:52 +02:00
Mohammad Alsaleh
655ed8c6f4
Add @resurrect-save-shell-history option
...
Also make @resurrect-save-bash-history an alias to the new option.
Signed-off-by: Mohammad Alsaleh <CE.Mohammad.AlSaleh@gmail.com>
2017-06-04 00:16:51 +02:00
Mohammad Alsaleh
e757e1b8a9
Add zsh support in save/restore functions
...
Signed-off-by: Mohammad Alsaleh <CE.Mohammad.AlSaleh@gmail.com>
2017-06-04 00:15:01 +02:00
Bruno Sutic
fbed36ad0e
Allow using '$HOSTNAME' in @resurrect-dir
...
Closes #197
2017-06-01 17:35:00 +02:00
Bruno Sutic
eef844c747
Memoize return of resurrect path functions
2017-06-01 17:03:39 +02:00
Bruno Sutic
b7a4ee2a40
Pane contents save and restore in separate dirs
2017-06-01 05:47:09 +02:00
Bruno Sutic
ba59a2b642
Revert "remove pane contents cleanup to repair restore"
...
This reverts commit 0a6f90788f
.
2017-05-30 06:14:21 +02:00
Bruno Sutic
573897cd71
Revert "Remove pane_content_files_cleanup function"
...
This reverts commit 7a8d90a27d
.
2017-05-30 06:11:41 +02:00
Bruno Sutic
7a8d90a27d
Remove pane_content_files_cleanup function
2017-05-30 05:49:51 +02:00
Bruno Sutic
8de2570960
Merge pull request #193 from Mellbourn/restore-pane-fix
...
remove pane contents cleanup to repair restore
2017-05-30 05:49:13 +02:00
Bruno Sutic
1a3a094265
Make send-keys more reliable
...
Thanks @mk12 for the PR
https://github.com/tmux-plugins/tmux-resurrect/pull/180
2017-05-30 05:43:12 +02:00
Bruno Sutic
40c776c747
Merge pull request #194 from Mellbourn/remove-terminal-clearing
...
remove terminal clearing since it collides with capture-pane-contents
2017-05-30 05:31:27 +02:00
Bruno Sutic
b1f3df21e9
Create new file only if there are changes
...
Code submitted by @vburdo in
https://github.com/tmux-plugins/tmux-resurrect/issues/156
2017-05-30 05:14:14 +02:00
Bruno Sutic
dec4e15fc5
Update '.travis.yml' from tmux-test
2017-05-30 05:04:08 +02:00