local_issues_lib

Crates.iolocal_issues_lib
lib.rslocal_issues_lib
version
sourcesrc
created_at2025-04-24 04:35:22.838897+00
updated_at2025-05-17 13:33:29.690421+00
descriptionthe lib provide feature that local issue (like a github)
homepage
repositoryhttps://github.com/Uliboooo/local_issues_lib
max_upload_size
id1646606
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Uliboooo(γ†γ‚ŠγΌγ†) (Uliboooo)

documentation

README

local issues lib

There is a high possibility that many breaking changes will occur before reaching version 1.0.

notes

tasks here

Local Issues Lib

this lib provides feature that manage issues like a "github issue".

Config

save to home_dir/.local_issues/config.json.

details info is in here

RoadMap

v1 ~

  • basic feats
    • manage project
      • open
      • save
    • edit project info
      • rename
    • search issues and comments
    • manage issues
      • add issue
      • rename issue
      • edit due
      • open issue
      • close issue
      • remove issue
    • manage comments
      • add comment
      • remove comment
      • show comment
      • hide comment
  • Users and author for AI functions(v2~)
  • feat: Config
  • Display by Options
  • stabilization

v2 ~

  • feat: export to md file.
  • feat: AI(LLM) team member as User. -> details
  • feat: Tags and priority
  • feat: display_options mod (Previously Printer struct).
  • feat: integrated git ctrl

Project Structure

Commit count: 0

cargo fmt