Documentation ¶
Index ¶
- func Commands() map[string]command
- func Run(args []string) (exitStatus int)
- type Add
- type CatAkteShas
- type CatAlfred
- type CatObjekte
- type Checkin
- type CheckinAkte
- type CheckinJson
- type CheckinTomlBookmark
- type CheckinTomlBookmarkEntry
- type Checkout
- type Clean
- type Command
- type CommandV2
- type CommandWithQuery
- type CompletionGattungGetter
- type DefaultGattungGetter
- type DefaultSigilGetter
- type Deinit
- type Diff
- type Edit
- type EditKonfig
- type ExecAction
- type ExpandHinweis
- type FormatOrganize
- type FormatZettel
- type Import
- type Init
- type Last
- type Listen
- type Mergetool
- type New
- type Organize
- type OrganizeJSON
- type PeekHinweisen
- type Pull
- type Push
- type QueryBuilderModifier
- type ReadAkte
- type Reindex
- type Revert
- type Show
- type SkuWithUrl
- type Status
- type StoreVersion
- type Test
- type TomlBookmark
- type WithCompletion
- type WriteObjekte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Add ¶
type Add struct { Dedupe bool Delete bool OpenAkten bool CheckoutAktenAndRun string Organize bool Filter script_value.ScriptValue zettel.ProtoZettel }
type CatAkteShas ¶
type CatAkteShas struct{}
func (CatAkteShas) CompletionGattung ¶
func (c CatAkteShas) CompletionGattung() kennung.Gattung
type CatObjekte ¶
type CatObjekte struct{}
type Checkin ¶
type CheckinAkte ¶
type CheckinJson ¶
type CheckinJson struct{}
func (CheckinJson) DefaultGattungen ¶
func (c CheckinJson) DefaultGattungen() kennung.Gattung
type CheckinTomlBookmark ¶
type CheckinTomlBookmark struct{}
func (CheckinTomlBookmark) DefaultGattungen ¶
func (c CheckinTomlBookmark) DefaultGattungen() kennung.Gattung
type CheckinTomlBookmarkEntry ¶
type Checkout ¶
type Checkout struct {
CheckoutOptions checkout_options.Options
}
type Clean ¶
type Clean struct {
// contains filtered or unexported fields
}
type CommandV2 ¶
type CommandV2 struct { Command Description string WithCompletion }
type CommandWithQuery ¶
type CompletionGattungGetter ¶
type DefaultGattungGetter ¶
type Diff ¶
type Diff struct{}
type Edit ¶
type Edit struct { // TODO-P3 add force Delete bool CheckoutMode checkout_mode.Mode }
type EditKonfig ¶
type EditKonfig struct {
HideEtiketten, UnhideEtiketten kennung.EtikettMutableSet
}
type ExecAction ¶
func (ExecAction) DefaultGattungen ¶
func (c ExecAction) DefaultGattungen() kennung.Gattung
type ExpandHinweis ¶
type ExpandHinweis struct{}
TODO-P1 determine if this can be removed and replaced with show
type FormatOrganize ¶
type FormatOrganize struct {
Flags organize_text.Flags
}
type FormatZettel ¶
type FormatZettel struct { Format string UTIGroup string Mode checkout_mode.Mode }
type Import ¶
type Import struct { Bestandsaufnahme string Akten string AgeIdentity age.Identity CompressionType angeboren.CompressionType Proto zettel.ProtoZettel }
type Init ¶
type Init struct {
Einleitung umwelt.Einleitung
}
type Last ¶
type Listen ¶
type Listen struct{}
type Mergetool ¶
type Mergetool struct{}
type New ¶
type New struct { Edit bool Delete bool Dedupe bool Count int PrintOnly bool Filter script_value.ScriptValue zettel.ProtoZettel }
type Organize ¶
type Organize struct { Or bool organize_text.Flags Mode organize_text_mode.Mode Filter script_value.ScriptValue }
type OrganizeJSON ¶
type OrganizeJSON struct { Or bool organize_text.Flags Filter script_value.ScriptValue }
func (*OrganizeJSON) CompletionGattung ¶
func (c *OrganizeJSON) CompletionGattung() kennung.Gattung
func (*OrganizeJSON) DefaultGattungen ¶
func (c *OrganizeJSON) DefaultGattungen() kennung.Gattung
type PeekHinweisen ¶
type PeekHinweisen struct{}
type Pull ¶
type Pull struct{}
type Push ¶
type ReadAkte ¶
type ReadAkte struct{}
type SkuWithUrl ¶
type SkuWithUrl struct { *sku.Transacted *url.URL }
type Status ¶
type Status struct{}
type StoreVersion ¶
type Test ¶
type Test struct{}
type WithCompletion ¶
Source Files ¶
- add.go
- cat_akte_shas.go
- cat_alfred.go
- cat_objekte.go
- checkin.go
- checkin_akte.go
- checkin_json.go
- checkin_toml_bookmark.go
- checkout.go
- clean.go
- clone.go
- command.go
- commandv2.go
- deinit.go
- diff.go
- dupe.go
- edit.go
- edit_konfig.go
- exec.go
- exec_action.go
- expand_hinweis.go
- format_organize.go
- format_zettel.go
- import.go
- init.go
- last.go
- listen.go
- main.go
- mergetool.go
- new.go
- organize.go
- organize_json.go
- peek_hinweisen.go
- pull.go
- push.go
- read_akte.go
- reindex.go
- revert.go
- schnittstellen.go
- show.go
- status.go
- store_version.go
- test.go
- usage.go
- with_query.go
- write_objekte.go
Click to show internal directories.
Click to hide internal directories.