Shadab Zafar
Shadab Zafar
Handle dates like `May 02, 2022 12:05:01 AM`
I use [tree style tabs](https://github.com/piroor/treestyletab/) in Firefox. It provides an [API for other addons](https://github.com/piroor/treestyletab/wiki/API-for-other-addons#apis-to-get-tree-information) that allows you to perform queries / actions. It'd be great if brotab allowed me to...
``` ❯ ldd `which silver` /spare/local/szafar/apps/bin//silver: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /spare/local/szafar/apps/bin//silver) /spare/local/szafar/apps/bin//silver: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /spare/local/szafar/apps/bin//silver) linux-vdso.so.1 (0x00007ffe95d73000) libgtk3-nocsd.so.0 => /lib/x86_64-linux-gnu/libgtk3-nocsd.so.0 (0x00007fefb1619000) libgit2.so.1.1...
Is there a way to create personal / private cheatsheets? for tools that are internal to our team etc. With other tools like [Chris' cheat](https://github.com/chrisallenlane) we could do this by...
Does it make sense for cheat to start storing code snippets? (is it an overkill?) I was thinking particularly about python - the official docs usually have code snippets for...
I wanted to check if a few cheat sheets exist on cht.sh or not. The right way to do this would be via HTTP status codes, so I fired up...
Currently, `gdu` has an initial "scan" phase where it scans the disk and then once the scanning is complete, it allows results to be viewed. Stopping the scanning at any...
Currently, `export` mode needs to be run via the CLI using `-o` flag. It would be great if we could export the JSON once we already have the interactive UI...
I'm using `dbg()` in a test that runs via `ctest` which prevents any colors from appearing - as ctest buffers stdout so it has the option of not showing any...
I installed the addon and opened this [URL](https://raw.githubusercontent.com/gerryjenkinslb/download_emails/master/download_emails.py) but it doesn't get highlighted. Are there any more changes that I need to make?