You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40-1Lines changed: 40 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ See the [nix package directory](https://search.nixos.org/packages?channel=unstab
72
72
73
73
**Note:** Do you want this on another package manager? [Create an issue](https://github.com/joshmedeski/sesh/issues/new) and let me know!
74
74
75
+
## Extensions
76
+
75
77
## Raycast Extension
76
78
77
79
The [sesh companion extension](https://www.raycast.com/joshmedeski/sesh) for [Raycast](https://www.raycast.com/) makes it easy to use sesh outside of the terminal.
@@ -83,7 +85,44 @@ Here are limitations to keep in mind:
For Linux users using [Ulauncher](https://ulauncher.io/) there is an [extension](https://ext.ulauncher.io/-/github-jacostag-sesh-ulauncher) to use sesh outside the terminal.
91
+
92
+
93
+
Here are limitations to keep in mind:
94
+
95
+
- tmux has to be running before you can use the extension
96
+
97
+
98
+
## Walker launcher usage (Linux)
99
+
100
+
Create an action directly on $XDG_CONFIG_HOME/config.toml
101
+
102
+
103
+
```
104
+
[[plugins]]
105
+
name = "sesh"
106
+
prefix = ";s "
107
+
src_once = "sesh list -d -c -t -T"
108
+
cmd = "sesh connect --switch %RESULT%"
109
+
keep_sort = false
110
+
recalculate_score = true
111
+
show_icon_when_single = true
112
+
switcher_only = true
113
+
```
114
+
115
+
### For the dmenu mode you can use:
116
+
117
+
#### Fish shell:
118
+
set ssession $(sesh l -t -T -d -H | walker -d -f -k -p "Sesh sessions"); sesh cn --switch $ssession
0 commit comments