Open nick1udwig opened 4 months ago
Autocomplete
@nick1udwig
Another feature: Ctrl+R that looks like and behaves like standard bash-style terminals. We currently have something like this but its behavior is entirely different. Ideally it should feel like you're in a bash terminal.
I recently (~2 weeks ago) took another pass at Ctrl+R and i'm much happier with it now, have you tried it recently?
I'll try it out
Finally tried Ctrl+R. Yeah, its pretty nice now, nice work :rocket:
Is your feature request related to a problem? Please describe. There are a number of open terminal issues: #129 #260 #399 #431
Aside from these improvements, we need to take another pass at the scripts we provide, and the features that they can use.
Describe the solution you'd like An example of a feature is: piping like in bash. An ideal implementation of this would allow:
Another feature: Ctrl+R that looks like and behaves like standard bash-style terminals. We currently have something like this but its behavior is entirely different. Ideally it should feel like you're in a bash terminal.
As far as scripts, there are a number we should consider adding:
for
loopscd
around,cp
stuff, etc etc, files will feel much more tactile.scp
,tar
,curl
orwget
sed
,awk
,grep
If we want to get crazy with it,
git
andvi