algent

https://secure.phabricator.com/book/phabricator/article/arcanist/

Some Arcanist commands can be configured. This configuration is read from three sources, in order:

  1. A project can specify configuration in an .arcconfig file. This file is JSON, and can be updated using arc set-config --local or by editing it manually.
  2. User configuration is read from /.arcconfig. This file is JSON, and can be updated using arc set-config.
  3. Host configuration is read from /etc/arcconfig

in your case --local

viyoriya Or just PST (Paskage Search Tool), UAS (Universal App Search) . The name is not a big deal since we can use an alias for it.

    alias kosher=ham This must be equal to division by zero.

    algent thats sets the config value in .arcrc file

    just try this arc get-config default you will get user and url value.

    Actually its just a initial script to set the basics stuff. Still i didnt go thru the rest of the josh videos.

    buddyspencer I honestly though appimage would've been the easiest, interesting. Appimage is just wget and chmod +x no? Maybe a folder within the users home dir ~/.appimages/some.appimage?

    I'll git clone the repo soon and have a play, thanks again for your work!

      Justin in theory you are correct. In practice I just get the link to the packages. I would have to parse the page for appimages and download it after that. I probably will try to do that in the evening or on the weekend.

      2 years later