You are not logged in.

#1 2014-07-08 00:07:11

taylorchu
Member
Registered: 2010-08-09
Posts: 405

durp: an aur uploader in 100 lines

https://github.com/taylorchu/durp

1. it is written in golang, so it will compile to binary.
2. it has no dependency, not even curl.

I doubt any aur uploader can beat this.  wait, maybe "burp" by falconindy?

durp --user <user> --passwd <passwd> <file1> <file2> ...

Last edited by taylorchu (2014-07-09 05:10:38)


"After you do enough distro research, you will choose Arch."

Offline

#2 2014-07-08 11:00:15

ap0calypse
Member
From: Austria
Registered: 2012-03-12
Posts: 54
Website

Re: durp: an aur uploader in 100 lines

nice script smile. no need for package categories or something?


projects: whistle | bazinga
open minds, open sources, open future.

Offline

#3 2014-07-09 05:23:13

taylorchu
Member
Registered: 2010-08-09
Posts: 405

Re: durp: an aur uploader in 100 lines

* add batch upload
* add category support
* semi-compatible with burp

btw, this is not a script. if you have go set up, you can actually run "go get github.com/taylorchu/durp". this will give you a binary just like ls/cat.

Last edited by taylorchu (2014-07-09 05:25:09)


"After you do enough distro research, you will choose Arch."

Offline

Board footer

Powered by FluxBB