GitXplorerGitXplorer
e

apt.cli.rs

public
24 stars
2 forks
2 issues

Commits

List of commits on branch main.
Verified
15cbf12fb77289bd49a17811509d0438c2be1947

Update README.md

eemmatyping committed 2 months ago
Verified
cac677480e6e9da5e6084415dc0611a611148810

Merge pull request #16 from alexcanepa/main

eemmatyping committed 6 months ago
Verified
39a7f8ccc9c4826a082f89388044376ec5f2182d

Add dust, pastel, zoxide to README

aalexcanepa committed 6 months ago
Verified
924d6b81025988bf8438126408db5e185a43e08e

Add numbat

eemmatyping committed a year ago
Verified
d642af642f0efc88aa2e477758e2511b4c45166a

Merge pull request #13 from simonsan/patch-1

eemmatyping committed a year ago
Verified
f005db2edb547775a1d6ac5d1048413dd7bbd9bc

Fix incorrect links due to wrong redirect in README.md

ssimonsan committed a year ago

README

The README file for this repository.

Rust Tools apt repo

This is a simple apt repo hosting popular Rust tools which you can access at apt.cli.rs.

The plan is to update the repo when these tools make new releases, so you automatically get the latest and greatest (and don't have to manually install .deb files).

Current packages available

Currently the list is somewhat small, but suggestions are welcome! Feel free to file an issue at https://github.com/emmatyping/apt.cli.rs

How to add the repo

$ curl -fsSL https://apt.cli.rs/pubkey.asc | sudo tee -a /usr/share/keyrings/rust-tools.asc
$ curl -fsSL https://apt.cli.rs/rust-tools.list | sudo tee /etc/apt/sources.list.d/rust-tools.list
$ sudo apt update
$ apt show ripgrep

Browsing the apt repo

If you want to find the Release or *.deb files yourself, they are available here:

pool

dists