4 releases

0.3.3 Mar 26, 2024
0.3.2 Feb 23, 2023
0.3.1 Feb 3, 2018
0.2.0 Jan 27, 2018

#1802 in Command line utilities

Download history 23/week @ 2024-02-19 5/week @ 2024-02-26 9/week @ 2024-03-11 171/week @ 2024-03-25 46/week @ 2024-04-01

226 downloads per month

MIT/Apache

21KB
469 lines

neo

neo is a simple command line client for Neocities.

Status

All basic functionality is available; info, list, upload, and delete commands work as you would expect. More advanced features are planned if this gets users.

There is some lack of documentation at the moment, but neo help, neo help <command>, and the follwoing section should tell you pretty much everything you need to know.

All feedback on the current interface is more than welcome, please open an issue if you have any comments.

Getting Started

The usual way of using neo is to setup a Neo.toml at the root directory of your site. In this file you can put your site name and auth credentials, either your username and password or a site API key (see your site settings).

Example Neo.toml:

default_site = "neo-cli"

[sites]
neo-cli = { key = "<key>" }
my-site = { password = "<password>" }

Dependencies

~9–24MB
~353K SLoC