dqsully

Results 59 comments of dqsully

Did you try escaping the backslashes? It looks like the command did what it was supposed to. In CSON, `\x80` is replaced with `�` in the string content, so write...

Nice catch, will be adding it to my pull request.

I have moved my pull request to a forked package `dqs-shell-commands`, which includes this fix.

This package is not maintained anymore. I have implemented some fixes and features in my version, [`dqs-shell-commands`](https://github.com/dqsully/dqs-shell-commands).

How about this: ```cson { name: "run-it" command: "gnome-terminal" arguments: [ "-x" "bash" "-c" "\"./{FileNameNoExt};exec bash;\"" ] options: cwd: "{FileDir}" keymap: "f6" } ``` Because the Atom configuration file is...

There may be a quirk with Node about the quotation marks inside the argument. I remember something about this when developing my fork of this package. I'm away right now...

Interesting. I noticed that Node actually has a built-in encoding system, which I am enabling in my fork. Would the UTF-8 encoding also work for you? Should I implement an...

Are you able to copy the output from one of your programs into GitHub? Most websites, including GitHub, use UTF-8. Also, did you use my fork [dqs-shell-commands](https://atom.io/packages/dqs-shell-commands) or the old...

Thank you for testing this for me, I'll work on an encoding option soon.

I apologize for the delay, school got really busy, but within a couple weeks I should be able to integrate this into my package.