0.6.0 • Published 1 year ago

kaseki v0.6.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

化石( かせき) Ka()Seki( )

Table of Contents generated with DocToc

化石 KaSeki

To Do

  • documentation
  • implement naming (and re-naming?) repo
  • implement access to Fossil settings
  • allow querying of .fslckout DB, especially table vvar, there especially where name = 'repository'
  • implement local settings, especially for ignore-glob (see fossil-scm.org, SO answer)

    mkdir .fossil-settings
    echo '*/*.suo' >> .fossil-settings/ignore-glob
    echo '*/*/bin/*' >> .fossil-settings/ignore-glob
    fossil add .fossil-settings
  • jumpstart a 'resonable API' by

    • implement generic command with generic named, positional argument passing (without type checking); return value is raw text of the given fossil command, with trailing newlines removed
    • compiling a list of all available fossil command line commands

Is Done

  • + MVP
0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago