linuxusers.in is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin email
dharmiik@proton.me
Admin account
@dharmik@linuxusers.in

Search results for tag #tmux

HoldMyType »
@xameer@mathstodon.xyz

You may switch to from for better , but that won't eliminate the need of getting pseudo term for stdin ( even to /dev/null?)
whether you
- copy/paste/auth on remote tty its just stdin
best to get todo and basics clear with the 1st tool you get for the job , no matter how tricky the ux is.
rather than finding them as unknown with a better tool , when you crap on way more resources

0 ★ 0 ↺

dharmik »
@dharmik@linuxusers.in

ah, is completely different than using split. with tmux each and every window runs a different vim window whereas with split, it's the same process. tmux is mostly for terminal management. suppose, i want vim, shell, logs, all running altogether.

HoldMyType boosted

furicle »
@furicle@mastodon.social

Hey peoples - is there a way to get the number of tmux sessions and or windows running, even when not in a tmux session?

I'd like to add that to my bash prompt. (I've got back grounded jobs in there now, tmux sessions too would be nice)

I've got `tmux ls -F '#{session_windows}'` but that's a list, not a count...

Thoughts appreciated.