File tree Expand file tree Collapse file tree 3 files changed +8
-43
lines changed Expand file tree Collapse file tree 3 files changed +8
-43
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33[ ![ standard-readme compliant] ( https://img.shields.io/badge/readme%20style-standard-brightgreen.svg )] ( https://github.com/RichardLitt/standard-readme )
44
5-
65A decentralized ephemeral file sharing TUI browser 📁 🔄 🔒
76
87## Overview
@@ -33,21 +32,6 @@ brew install junkanoo
3332``` bash
3433cargo install junkanoo
3534```
36-
37- ### Using AUR (Arch Linux)
38-
39- ``` bash
40- yay -S junkanoo
41- # or
42- paru -S junkanoo
43- ```
44-
45- ### Using Nix
46-
47- ``` bash
48- nix-env -iA nixpkgs.junkanoo
49- ```
50-
5135### Building from Source
5236
53371 . Clone the repository:
@@ -82,9 +66,11 @@ Contributions are welcome! Please feel free to submit a Pull Request.
8266
8367## Acknowledgments
8468
85- [ rust-libp2p] ( https://github.com/libp2p/rust-libp2p ) - The Rust implementation of the libp2p Networking Stack.
86- [ pcp] ( https://github.com/dennis-tra/pcp ) - A command line peer-to-peer data transfer tool based on libp2p.
87- [ croc] ( https://github.com/schollz/croc ) - A tool that allows any two computers to simply and securely transfer files and folders.
69+ This is of course not the first file sharing tool, and thus I took inspiration from existing tools, as well as relied heavily on other projects code.
70+
71+ - [ rust-libp2p] ( https://github.com/libp2p/rust-libp2p ) - The Rust implementation of the libp2p Networking Stack.
72+ - [ pcp] ( https://github.com/dennis-tra/pcp ) - A command line peer-to-peer data transfer tool based on libp2p.
73+ - [ croc] ( https://github.com/schollz/croc ) - A tool that allows any two computers to simply and securely transfer files and folders.
8874
8975## License
9076
Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ rustPlatform.buildRustPackage rec {
1717 cargoSha256 = "" ; # You'll need to fill this in after building
1818
1919 meta = with lib ; {
20- description = "Decentralized ephemeral file sharing CLI browser" ;
20+ description = "A decentralized ephemeral file sharing TUI browser" ;
2121 homepage = "https://github.com/maschad/junkanoo" ;
2222 license = licenses . mit ;
23- maintainers = with maintainers ; [ ] ;
23+ maintainers = with maintainers ; [ maschad ] ;
24+ platforms = platforms . all ;
2425 } ;
2526}
You can’t perform that action at this time.
0 commit comments