neorg-dirman 0.1.1

A cross-platform implementation of Dirman in Rust.
Documentation
  • Coverage
  • 23.08%
    6 out of 26 items documented0 out of 15 items with examples
  • Size
  • Source code size: 53.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 493.35 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 23s Average build duration of successful builds.
  • all releases: 23s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • nvim-neorg/neorg-dirman
    11 2 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • vhyrro

A Directory Manager for Neorg

The neorg-dirman crate is a core module which provides a basic interface for workspaces.

Workspaces are the backbone of Neorg - they are a directory with an assigned name whose files are .norg notes belonging to a specific area of focus.

This crate exposes a Workspace struct as well as a WorkspaceManager to easily keep track of many workspaces as well as the current ("active") workspace. A files() function is also provided to enumerate all files within a given workspace.