all repos

tmux-stare @ 00e1679

session manager, but my session manager

tmux-stare/readme(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
tmux-stare
----------

stare (Ukrainian /stɐˈrɛ/ for "something old") - yet another session manager for tmux.

This plugin was heavily inspired by tmux-continuum and tmux-resurrect, but
I didn't like that they loaded all previous sessions. I wanted a way to
load sessions selectively, so I made this plugin.

FEATURES
- Automatic saving of sessions
- Selective session recerrect
- Picker for interacting with your sessions

INSTALLATION

    # with tpm
    set -g @plugin 'olexsmir/tmux-stare'
    set -g @stare-pick 'o'

REQUIREMENTS
- tmux (tested on 3.6a)
- fzf (tested on 0.67.0)

OPTIONS

    # Bind for opening picker to select and restore sessions.
    # Default: '' (not set)
    set -g @stare-pick 'o'

    # Bind for manually triggering save of all sessions.
    # Default: 'C-s'
    set -g @stare-save 'C-s'

    # Auto-save interval in minutes. Set to '0' to disable.
    # Default: '10'
    set -g @stare-interval '10'

    # Directory where session data live.
    # Default: '$HOME/.local/share/tmux/stare/'
    set -g @stare-dir '$HOME/.local/share/tmux/stare/'

FUTURE

    Things I might add in the future.

    - Start up action (automatically open picker/restore last session)
    - Resurrect of vim with ':mksession'
    - Keep content of panes

LICENSE

tmux-stare is licensed under MIT.