Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add realpath to parse session name correctly and fix: add -u flag to write utf-8 characters to terminal #63

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

achhapolia10
Copy link

Sometimes I'm in a directory in the terminal and I want to start tmux session from that directory. If I start a session using tmux-sessionizer using tmux-sessionizer . the session name becomes .

Adding realpath will cause the . to expand and set the proper session name.

Also added -u flag to write utf-8 characters to the terminal when starting tmux if no client is already running.

When using `$ tmux-sessionizer .` the name of the session is not correctly parsed. 
Adding realpath makes the result of fzf and above mentioned command the same.
If tmux client is already running and ran outside of the client attach to running client.
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.

1 participant