|
|
|
|
|
by franze
1512 days ago
|
|
made me think about my NEED of what I have regarding terminals. I think I am using about 2% of the potential of what the terminal is offering me. So my need for a new terminal app would be one which - undisruptive - trains me to unlock more and more power of the terminal. first idea, a panel on the right hand side which explains what I just did, highlights pot improvements (how I could have chained the last 5 tasks) and explains similar or pot. next steps. A beginners terminal. What are your unmet needs in regards of the terminal app? |
|
Things that always get me:
- Meaningful whitespace in bash.
- Differences between Mac BSD-derived utilities and POSIX utilities. (Perils of using a Mac, I guess, I know I can install the GNU versions of most things but ugh)
- Not being able to just use PCRE everywhere
- The magic of awk
- Differences in parameter/flag placement between different tools
- The amount of edge cases that you have to account for, usually to do with various levels of globbing, or special characters or even spaces in file names or utility output.
- More, I'm sure, that I can't think of right now.
there's just this underlying sense of inconsistency that I have when dealing with these tools that I feel results in me always having to check the man pages or StackOverflow whenever I want to string together more than a couple of operations.