Documentation
¶
Index ¶
- func Commands() map[string]command
- func Run(args []string) (exitStatus int)
- type Add
- type CatAkteShas
- type CatAlfred
- type CatEtikettenSchwanzen
- type CatObjekte
- type Checkin
- type CheckinAkte
- type Checkout
- type Clean
- type Command
- type CommandV2
- type CommandWithCwdQuery
- type CommandWithQuery
- type CompletionGattungGetter
- 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 PeekHinweisen
- type Pull
- type Push
- type Reindex
- type Revert
- type Show
- type Status
- type StoreVersion
- type Test
- 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 }
func (Add) DefaultGattungen ¶
type CatAkteShas ¶
type CatAkteShas struct{}
func (CatAkteShas) CompletionGattung ¶
func (c CatAkteShas) CompletionGattung() gattungen.Set
type CatAlfred ¶
type CatAlfred struct {
Command
}
func (CatAlfred) CompletionGattung ¶
func (CatAlfred) DefaultGattungen ¶
type CatEtikettenSchwanzen ¶
type CatEtikettenSchwanzen struct{}
type CatObjekte ¶
type CatObjekte struct{}
type Checkin ¶
func (Checkin) DefaultGattungen ¶
type CheckinAkte ¶
type Checkout ¶
type Checkout struct {
CheckoutOptions checkout_options.Options
}
func (Checkout) DefaultGattungen ¶
type Clean ¶
type Clean struct {
// contains filtered or unexported fields
}
func (Clean) DefaultGattungen ¶
type CommandV2 ¶
type CommandV2 struct { Command Description string WithCompletion }
type CommandWithCwdQuery ¶
type CommandWithQuery ¶
type CompletionGattungGetter ¶
type Edit ¶
type Edit struct { // TODO-P3 add force Delete bool CheckoutMode checkout_mode.Mode }
func (Edit) CompletionGattung ¶
func (Edit) DefaultGattungen ¶
type EditKonfig ¶
type EditKonfig struct {
HideEtiketten, UnhideEtiketten kennung.EtikettMutableSet
}
type ExecAction ¶
func (ExecAction) DefaultGattungen ¶
func (c ExecAction) DefaultGattungen() gattungen.Set
func (ExecAction) RunWithQuery ¶
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 string CompressionType angeboren.CompressionType Proto zettel.ProtoZettel }
type Init ¶
type Init struct {
Einleitung umwelt.Einleitung
}
type Last ¶
func (Last) CompletionGattung ¶
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 Filter script_value.ScriptValue }
func (*Organize) CompletionGattung ¶
func (*Organize) DefaultGattungen ¶
type PeekHinweisen ¶
type PeekHinweisen struct{}
type Push ¶
func (Push) CompletionGattung ¶
type Show ¶
type Show struct {
Format string
}
func (Show) CompletionGattung ¶
func (Show) DefaultGattungen ¶
type StoreVersion ¶
type WithCompletion ¶
type WriteObjekte ¶
type WriteObjekte struct{}
Source Files
¶
- add.go
- cat_akte_shas.go
- cat_alfred.go
- cat_etiketten_schwanzen.go
- cat_objekte.go
- checkin.go
- checkin_akte.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
- peek_hinweisen.go
- pull.go
- push.go
- reindex.go
- revert.go
- show.go
- status.go
- store_version.go
- test.go
- usage.go
- with_cwd_query.go
- with_query.go
- write_objekte.go
Click to show internal directories.
Click to hide internal directories.