this post was submitted on 21 Sep 2024
212 points (96.9% liked)
Asklemmy
43837 readers
679 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I almost never use clear because i'm afraid if i will need the text later.(just like infinity tab number on firefox)
* 20
Oh god I also do this... See the comment below, I ran
history|cut -d " " -f 5|sort|uniq -c|sort -nr|less
on my personal laptop, my third most commonly used command (behindls
andcd
) is just typing in nothing...Use script instead, you can even have it in your .*shrc to run automatically whenever a shell is invoked (make sure to add a check that the shell wasn't invoked by script, so you don't inadvertently forkbomb yourself)
Alternatively, just use Terminator as yout terminal emulator and enable the logger anytime you need it to record the shell session.
Also, use bookmarks. That's what they're there for. 100 tabs is a great way to clutter your brain, but terrible for productivity. If you forget about it after bookmarking, it wasn't important to begin with.
100 tabs is in mobile. I don't even scroll back to clutter my brain but its there. Tabs are history for me... So I use firefox focus and if there is anything important, i open with firefox.
What script are you reffering to? To log all output? I don't wanna store that but need an assurance that its there till i close terminal window lol
This
script
!Sorry I didn't make it clear that it was a command before