Skip to content

Conversation

@vamuscari
Copy link

@vamuscari vamuscari commented Nov 17, 2024

This is my personal version that I have been using based on the original.

  • Adds status if project is open
  • Shows Preview
  • Marks With Project envs for communicating with other stuff like nvim
  • Single or Multiple directories with optional depth 1
  • verbose for troubleshooting

sessoinizer

This is my peronsal version that I have been using based on the
original.

- Adds status if project is open
- Shows Preview
- Marks With Project envs for communicating with other stuff like nvim
- Single or Multiple directorys with optional depth 1
- verbose for troubleshooting
@vamuscari
Copy link
Author

My personal usage

bind f display-popup -w 80% -h 80% -E '~/.config/tmux/txs -rp ~/Repos '
bind C run-shell '~/.config/tmux/txs ~/Artifacts/'

I also have a link in my /usr/local/bin for running when tmux isn't open

for i in $*; do

if [[ ! -d "$i" ]]; then
log "${red}Error${clear}: Not a valid directory $i"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
log "${red}Error${clear}: Not a valid directory $i"
log "${red}Error${clear}: Invalid directory $i"

Co-authored-by: Alexandru Bereghici <[email protected]>
@arnevm123
Copy link

Very nice refactor, I love the status icons 😄
But it seems like the hydrate new session functionality is not present anymore?

@vamuscari
Copy link
Author

@arnevm123 Yea something got weird. I just copied over the hydration portion of the original code. Things seem to work now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants