Nate Fischer

Results 340 comments of Nate Fischer

This could probably be implemented in vorpal/cash with [keybindings](https://github.com/RobertWHurst/KeyboardJS) and access to the [clipboard](https://github.com/xavi-/node-copy-paste). @dthree what do you think? Anybody want to verify if the linked keybinding module works on...

Is the `cash-ls` module actually getting installed? You would have to check the location of your global installs (`npm config get prefix` might point you closer to the right spot,...

Could you paste the exact command you're using? e.g. ```sh $ git pull origin master Permission denied... etc. ```

Unfortunately, this project is mostly unmaintained since the author stopped having the time for it. I don't think this has anything to do with the Windows 10 bash announcement. We...

@tmbdev neat suggestion! If you're able to give it a shot, I can try to take a look. Or perhaps you could implement this as a separate module that pulls...

> Is it a bug? Looks like a bug to me. This repo has been pretty inactive for a while, so I wouldn't expect this get fixed for a bit...

Yeah, that sounds like it's the options parser. If we're parsing options for external commands, that's probably a bad approach, since some commands parse options in different ways. If someone...

@parro-it I think the most important thing right now is to just get vorpal/bash-parser solid. The next step would probably be to switch vorpal itself to rely on that parser....

Perhaps related to this, on Linux I saw that there were some other issues with directories with spaces: - If I have a directory named `dir with spaces/`, then if...

Looks like `ls -l` and `ls -ls` are different on my system: ``` Bash $ ls -l -rw-rw-r-- 1 user user 126 Feb 29 13:37 foo.txt -rw-rw-r-- 1 user user...