Darren Schroeder
Darren Schroeder
This works pretty nicely. I have this alias ``` alias lsg = (ls | sort-by type name -i | grid -c) ``` and so I added this to the PWD...
I found something else that works. Kubouch's "table autoview" comment made me think of it. ``` print (ls | table) ```
I get this: ``` [1 5 3kb 4 3Mb] | find 5 3kb ╭───┬────────╮ │ 0 │ 5 │ │ 1 │ 3.0 KB │ ╰───┴────────╯ ``` My guess is...
you're examples use bare words that get interpreted. If you wish to search for strings like this you'd have to do something more like this. ``` echo "I" "wish" "i"...
ya, it seems like `executehostcommand` would add that entire `do` command to history but it doesn't appear to, nor does it add `vim $file`. I also noticed that this works...
your proposal sounds interesting but i'm going to need a minute to get used to the thought of removing fetch.
if it's project based, are you using something like gstat in your prompt? I could see how there could be a bug in getting git statuses that could cause problems.
@evelant have you tried the latest release 0.70?
I'm not sure what is causing the problem nor how to fix it.
I'm betting that our `nu-path` crate doesn't understand UNC yet. hmmmmm, after looking a bit, it used `dunce` which should work with UNC. so maybe something else is going on.