{"id":27453869,"url":"https://github.com/artyom-poptsov/awget","last_synced_at":"2026-01-24T10:01:17.062Z","repository":{"id":6612326,"uuid":"7855767","full_name":"artyom-poptsov/awget","owner":"artyom-poptsov","description":"Awget is yet another download manager.","archived":false,"fork":false,"pushed_at":"2014-11-30T09:35:31.000Z","size":656,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-15T13:57:36.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scheme","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artyom-poptsov.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-27T18:03:59.000Z","updated_at":"2021-08-08T12:11:56.000Z","dependencies_parsed_at":"2022-09-11T15:20:54.293Z","dependency_job_id":null,"html_url":"https://github.com/artyom-poptsov/awget","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artyom-poptsov/awget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom-poptsov%2Fawget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom-poptsov%2Fawget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom-poptsov%2Fawget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom-poptsov%2Fawget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artyom-poptsov","download_url":"https://codeload.github.com/artyom-poptsov/awget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom-poptsov%2Fawget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28724374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-15T13:57:35.088Z","updated_at":"2026-01-24T10:01:16.877Z","avatar_url":"https://github.com/artyom-poptsov.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"# -*- mode: org; -*-\n\nAwget is yet another download manager.  It is aimed for using with\n[[http://awesome.naquadah.org/][Awesome]] window manager, but unfortunately written in Scheme instead of\nLua.\n\nNote that this project is experimental and probably lacks some _very\nimportant features_ you might expect and may contain annoying bugs.\n\n* Requirements\n\nAwget has got the following dependences:\n\n - [[https://www.gnu.org/software/guile/][GNU Guile]] 2.0+\n - [[https://www.gnu.org/software/guile-rpc/][GNU Guile-RPC]]\n - [[https://github.com/artyom-poptsov/guile-dsv][Guile-DSV]] 0.1.0\n - [[https://www.gnu.org/software/wget/][wget]]\n - [[https://developer.gnome.org/libnotify/][libnotify]]\n\n* Installation\n\nAwget can be installed in the classical manner:\n\n#+BEGIN_EXAMPLE\n$ autoreconf -vif\n$ ./configure\n$ sudo make install\n#+END_EXAMPLE\n\nSee =INSTALL= for general information about installation.\n\nThere is an script for OpenRC, so you can manage awget daemon with the\nstandard tool =rc-config= in [[http://www.gentoo.org/][Gentoo GNU/Linux]] distribution.  First of\nall, copy the file to the =/etc/init.d= directory:\n\n#+BEGIN_EXAMPLE\n$ sudo cp etc/init.gentoo /etc/init.d/awgetd\n#+END_EXAMPLE\n\nThen create a symlink to awgetd for the every user that should be able\nto use awgetd as a service:\n\n#+BEGIN_EXAMPLE\n$ sudo ln -s awget /etc/init.d/awgetd.$USER\n#+END_EXAMPLE\n\n* Usage\n\nNormally awgetd will be started as soon as you try to add the first\nlink.  But you can start the daemon manually by calling awget with\n=-d= (or =--daemon=) option:\n\n#+BEGIN_EXAMPLE\n$ awget -d\n#+END_EXAMPLE\n\nNow you can add a new link that will be put in a queue for download:\n\n#+BEGIN_EXAMPLE\n$ awget -a ftp://ftp.gnu.org/gnu/guile/guile-2.0.0.tar.gz\n#+END_EXAMPLE\n\nThe =-n= (or =--link=) option can be used for setting the current link\nfor further operations.  The option takes a link ID as a parameter.\nLink ID can be gained from the first column of the =-l= (or =--list=)\noutput.  For example, you can use =-n= option along with =-r= (or\n=--remove=) to remove a link:\n\n#+BEGIN_EXAMPLE\n$ awget -n 1 -r\n#+END_EXAMPLE\n\nTo get brief information about awget usage and possible options type:\n\n#+BEGIN_EXAMPLE\n$ awget -h\n#+END_EXAMPLE\n\nYou can configure wget through the =~/.config/awget/wgetrc= file.  See\nthe GNU Info entry for =wget= for more information.\n\nIf awgetd stopped abnormally, do the following to get awget working\nagain:\n\n#+BEGIN_EXAMPLE\n$ rm /run/awget/awget.pid\n$ rm ~/.cache/awget/awget\n#+END_EXAMPLE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartyom-poptsov%2Fawget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartyom-poptsov%2Fawget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartyom-poptsov%2Fawget/lists"}