Skip to content

yawkat/jdcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jdcli

Command line interface for reading javadocs. Text files are generated from java source files.

Setup

  • mvn clean package
  • source scripts/_jd_init.zsh

Usage

  • jd <class name> opens the javadoc for the given class.
  • update-jd updates the javadocs.

Configuration

Configuration is done in ~/.local/share/jdcli/config.json. By default, jdcli will scan the jdk source zip (%JAVA_HOME%/../src.zip) and source artifacts in the local maven repo (~/.m2/repository). You can also configure terminal width for doc generation.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors