Tag rust
7 bookmarks have this tag.
7 bookmarks have this tag.
Discovered a neat new tool last week: <https://github.com/wr7/refold>
It's similar to fmt
and fold
except that it automatically handles prefixes. Vim/Neovim gq
can do this out of the box but fails (for me at least) when multiple prefixes are present, such as a Markdown block-quote inside Rust comments. E.g.
// > Some quoted text
// > to reflow.
refold
handles this.
[#Rust](https://mastodon.decentralised.social/tags/Rust) [#RustLang](https://mastodon.decentralised.social/tags/RustLang) [#TextProcessing](https://mastodon.decentralised.social/tags/TextProcessing) [#TextManipulation](https://mastodon.decentralised.social/tags/TextManipulation) [#TextEditor](https://mastodon.decentralised.social/tags/TextEditor)
- Fully Native: Marta is a native macOS application written entirely in Swift. It offers a native experience and is blazingly fast.
- Keyboard Support: Click or press. Marta will make you feel comfortable whenever you prefer to use a keyboard or a mouse.
- Your Privacy Matters: Marta doesn't collect or sell your data. There's no hidden functionality or backdoors. And it will never be.
ts functionality is grouped into 3 categories described below.
mise installs and manages dev tools/runtimes like node, python, or terraform both simplifying installing these tools and allowing you to specify which version of these tools to use in different projects. mise supports hundreds of dev tools.
mise manages environment variables letting you specify configuration like AWS_ACCESS_KEY_ID that may differ between projects. It can also be used to automatically activate a Python virtualenv when entering projects too.
mise is a task runner that can be used to share common tasks within a project among developers and make things like running tasks on file changes easy.
Numbat (<https://numbat.dev/>) is a calculator thing that understands units. They recently added some date and time support, which I'm hoping will satisfy my need for easy to use date math. [#Rust](https://mastodon.decentralised.social/tags/Rust) [#cli](https://mastodon.decentralised.social/tags/cli)
[#ouch](https://hachyderm.io/tags/ouch) is a [#CLI](https://hachyderm.io/tags/CLI) [#compression](https://hachyderm.io/tags/compression) [#helper](https://hachyderm.io/tags/helper) written in [#Rust](https://hachyderm.io/tags/Rust) which works better than any [#terminal](https://hachyderm.io/tags/terminal) function wrapper to the compressors.
<https:github.com/ouch-org/ouch>
The [#rust](https://hachyderm.io/tags/rust) ecosystem is getting bigger with the creation [#nucleo](https://hachyderm.io/tags/nucleo) from one of the very talented [#helix](https://hachyderm.io/tags/helix) developers.
A faster fuzzy matcher replacement compared to [#fzf](https://hachyderm.io/tags/fzf) and [#skim](https://hachyderm.io/tags/skim).
<https:github.com/helix-editor/nucleo>
<https:github.com/helix-editor/helix/pull/7814>
[#OxiTraffic](https://fosstodon.org/tags/OxiTraffic): Self-hosted, simple and privacy respecting website traffic tracker 🌐
A [#Rust](https://fosstodon.org/tags/Rust) web app that I did write with [#Axum](https://fosstodon.org/tags/Axum) to see how many read my blog posts 🧐
I did just publish a version which I consider ready for public usage 🤗
The screenshot shows the call history of one of my blog posts 📈
Check out the README for a demo and more details about how it works and how you can host it:
<https:codeberg.org/mo8it/oxitraffic>
[#RustLang](https://fosstodon.org/tags/RustLang) [#Selfhosted](https://fosstodon.org/tags/Selfhosted) [#Analytics](https://fosstodon.org/tags/Analytics) [#IndieWeb](https://fosstodon.org/tags/IndieWeb)