joshmedeski / sesh

Smart session manager for the terminal
MIT License
417 stars 17 forks source link

Refactor the list func from the session package #60

Closed AgusDOLARD closed 4 months ago

AgusDOLARD commented 5 months ago

Refactor the list func from the session package:

List(o Options, source ...Source) []string
AgusDOLARD commented 5 months ago

the tmux and zoxide will also need refactoring to fit the requirements

joshmedeski commented 5 months ago

This will help with #38, feel free to get started.

joshmedeski commented 4 months ago

I've changed the code enough that I'd consider this ticket done.