Versions in this module Expand all Collapse all v0 v0.1.0 May 10, 2017 Changes in this version + var Extention string = ".md" + var ScanAllowEmpty bool + var ScanDefaultString string + func EditPage(res *crowi.Pages, line Line) error + func FileContent(fname string) string + func GetDefaultDir() (string, error) + func NewClient() (*crowi.Client, error) + func OpenURL(target string) error + func Run(command string, args ...string) error + func Scan(message string, allowEmpty bool) (string, error) + func TempFile(filename string) (*os.File, error) + func Underline(message, target string) error + type Config struct + Core CoreConfig + Crowi CrowiConfig + var Conf Config + func (cfg *Config) LoadFile(file string) error + type CoreConfig struct + Editor string + SelectCmd string + TomlFile string + type CrowiConfig struct + BaseURL string + LocalPath string + Paging bool + Token string + User string + type Line struct + ID string + LocalPath string + Path string + URL string + type Lines []Line + type Screen struct + ID func(string) string + Pages *crowi.Pages + Text string + func NewScreen() (*Screen, error) + func (s *Screen) Select() (lines Lines, err error)