simohamed

Results 45 comments of simohamed

I would suggest directories, video files, selection and subs to all have their own colours. Sometimes I have to look at the end of a file to know what it...

Ideal output is `This is a sentence. This is another sentence(.?)`

>Through testing I noticed that the qbt command weas not recognized by just typing qbt, need to be the full path. Have you tried adding `qbt` to your PATH?

**What I'm trying to do:** Have `xdg-open` and `dmenu` replace `qbittorrent`'s interface. (using `mimi`, btw.) ```yml x-scheme-handler/magnet: exec qbt torrent add url ``` ideally: ```yml x-scheme-handler/magnet: exec qbt torrent add...

+1 ![image](https://user-images.githubusercontent.com/46059092/69165746-5acd7880-0af2-11ea-84ed-bbd1a85ba8a3.png)

@lilyball How do we otherwise print `$EXA_COLORS`? I happen to not have that env variable, and I would like to use it in `$LS_COLORS`'s stead. ![image](https://user-images.githubusercontent.com/46059092/72208118-78d6aa00-349f-11ea-9b9a-a33e72b56d66.png)

The manpage does not list the values of each, but instructions and general description: ``` // From man exa • Images (png, jpeg, gif) are purple. • Videos (mp4, ogv,...

+1 Would love to know how to use useStateMachine with createContext and TypeScript.