Skip to content

kastian/lj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lj

Shell script for posting to livejournal from console.

Any feedback, ideas, fixes, bug reports are welcomed.

Dependencies

Apart from standart shell builtins also needs curl, xmllint and setted $EDITOR environment variable (or run as EDITOR="your_favorite_editor" lj).

Installation

Clone this repository

$ git clone https://github.com/kastian/lj.git

and run

$ ./lj.sh

or install

$ sudo make install

Lj consists only of one executable file so if you'll want to uninstall it you can use

$ sudo make uninstall

or just remove file

$ sudo rm $(which lj)

Config

Makes config at $HOME/.lj/lj. Some defaults (username, privacy, adult content, etc) could be set there. Config also can be open directly lj -c ($EDITOR $HOME/.lj/lj)

Troubles

  • If you get [FAIL] at the last stage, try to login to livejournal web-interfase. Sometimes they change their terms of use and blocks posting until you agree with it.

About

Shell script for posting to livejournal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published