simohamed

Results 32 issues of simohamed

Add the option to increase or decrease volume using mousewheel (with other mousewheel features turned off, of course.) windows 10 latest build Extension Version 1.0.133 Chrome Version 73.0.3683.75

Referencing: https://github.com/noctuid/mpv-peerflix-hook/issues/3 - [`peerflix`](https://github.com/mafintosh/peerflix) does not display the file title properly (usually `http://localhost:8888` or magnet link in [`mpv-peerflix-hook`](https://github.com/noctuid/mpv-peerflix-hook)'s case), thus making it impossible for `autosub` to download subs for said...

Streaming films sometimes result in the name being that of the localhost (e.g., localhost:8888) and autosub fails silently. can we have a user input to feed the proper name to...

`toggle-crop` removes crop, not toggle it. It would be great to switch between cropped and uncropped. my use case would be cropping GUI elements of an editor in tutorials, but...

By default, `lf`'s `nopreview` look like you are on the parent directory but controlling the child directory. I would love `lf` to have similar `nopreview` to `ranger`'s. ![image](https://user-images.githubusercontent.com/46059092/74095279-d4bc3f00-4aee-11ea-890d-4957f2b96270.png) First is...

enhancement

in `zsh`, you can set `WORDCHARS`, for instance to: ```fish # ~/.zshrc WORDCHARS=${WORDCHARS//\/[&.;]} ``` and that would allow you, among some other things, to remove gradually (e.g., `cd media/books/uiux/ |`...

enhancement

![image](https://user-images.githubusercontent.com/46059092/79700075-d6d71280-8282-11ea-8936-87632cb8665c.png) This probably has to do with line endings between Windows and Linux (I'm using Linux). I had to delete the file and rewrite it to work. (alternatively, you could...

- The ability to turn crops on and back off. - The ability to define multiple crops and cycle between them. useful on content change that will eventually go back...

reference: https://github.com/clangen/musikcube/issues/276 I have no use for ratings myself and they're kinda polluting the rather clean TUI (in my case). can we disable/enable tags? Also can we have global tags...

feature request
tui

Support for Pug (in Vue files). ```vue #app .bg-red-500.container.mx-auto.text-white.lg_bg-red-600 ``` ```js // tailwind.config.js module.exports = { separator: '_', // pug doesn't support colon in classes theme: {}, variants: {}, plugins:...

enhancement