bbb651 🇮🇱
bbb651 🇮🇱
Unfortunately, I don't think it's possible to add desktop [actions](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions) dynamically on linux, they are the equivalent of the dock menu but they work more like iOS when you long...
I'm not speaking for the zed team, but this is **highly unlikely** to ever happen. Zed uses os apis directly and not an abstraction like [winit](https://github.com/rust-windowing/winit), so this means writing...
Worth noting vscode let's you create nested folders and optionally a file at the end, things like: - `foo/bar` - `foo/bar/` - `foo/bar/baz` and so on, which is a lot...
Maybe sorting based on the likes of the linked github issues it closes, then show the top 5 and link to the full release notes at the end? It’s unreasonable...
I highly recommend [this app](https://apps.apple.com/us/app/userscripts/id1463298887) for userscripts on iOS, it's [open source](https://github.com/quoid/userscripts), completely free without ads and has support for [`GM.` apis](https://github.com/quoid/userscripts#api).
> > I highly recommend [this app](https://apps.apple.com/us/app/userscripts/id1463298887) for userscripts on iOS, it's [open source](https://github.com/quoid/userscripts), completely free without ads and has support for [`GM.` apis](https://github.com/quoid/userscripts#api). > > > > I will...
~~[Outplayer](https://apps.apple.com/us/app/outplayer/id1449923287)~~ Edit: I confused it with [Yattee](https://apps.apple.com/app/id1595136629) is an example of an app that does this right, it has its own screen lock button that locks the current orientation instead...
I'm not aware of an existing emmet implementation in rust, I was interested in building one a couple of years ago so I claimed the crate [emmet](https://crates.io/crates/emmet) but never got...
Is it possible to add [gitoxide](https://github.com/Byron/gitoxide) (which provides `gix` as a git implementation) instead of git? It’s MIT licensed and it [compiles to ios](https://github.com/Byron/gitoxide/issues/575). It is currently missing a lot...
I wasn't aware libgit2 has a git reimplementation nor that it is included in a-shell already :) Edit: I somehow completely missed that entire paragraph in your previous comment, sorry...