c834b2ef13
Previously, an error message would appear if using a non-default directory because it would run `ls` on the non-existent default directory: ```bash ls: cannot access '/home/nicolas/Library/Application Support/Firefox/Profiles/*.default/places.sqlite': No such file or directory ``` |
||
---|---|---|
.. | ||
archivebox | ||
archivebox-export-browser-history | ||
archivebox-purge | ||
archivebox-setup | ||
bookmark-archiver | ||
README.md |
Binaries for running ArchiveBox
This folder contains all the executables that ArchiveBox provides.
Adding it to your $PATH
To be able to run ArchiveBox from anywhere on your system, you can add this entire folder to your path, like so:
Edit ~/.bash_profile
:
export PATH=/opt/ArchiveBox/bin:$PATH
Running executables directly
If you don't want to add ArchiveBox to your $PATH
you can also call these executables directly with their full path, like so:
/opt/ArchiveBox/bin/ArchiveBox https://example.com/some/feed.rss