• 3 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle

















  • I’m also on Gnome, but I use Konsole for the ‘Copy Input to Tab’ or ‘Copy Input to All Tabs in window.’ In my use case scenario, it’s super helpful to be able to type or paste a cmd once, and have it populate multiple tabs, or specific tabs in multiple windows. It does take a little tweaking to get it to obey the dark theme settings, but once upon a time I actually created a custom dark theme, just so I could use Konsole on Gnome. Things are much easier these days 😁 I’ll have to check out Tilix, I haven’t heard of it before, but that may be b/c I literally work by myself in the dank dark basement of the building…I don’t think the cleaning crew even knows that I’m down here



  • Off the top of my head, you could write a small function and place it in your shell’s start up file (ex: .bashrc). The function would check to see if htop is running under your userid, and if not start it…although depending on the timing you may end up with htop in both sessions.

    A second option would be to create a bookmark and set the location to something such as ssh://youruserid@localhost “htop” <- I’ve not tested this, I’ve only bookmarks to ssh into remote systems

    It may just be easier to associate the command you need to a 2 or 3 letter alias and simply type that in