From e6510c83a2146436778fbd905bf6597eb187ca4f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Jun 2021 18:15:33 -0300 Subject: Makefile, README.md: Adapt to changes in aux/ --- doc/remembering.en.5 | 94 ---------------------------------------------------- 1 file changed, 94 deletions(-) delete mode 100644 doc/remembering.en.5 (limited to 'doc/remembering.en.5') diff --git a/doc/remembering.en.5 b/doc/remembering.en.5 deleted file mode 100644 index c9b482b..0000000 --- a/doc/remembering.en.5 +++ /dev/null @@ -1,94 +0,0 @@ -.TH REMEMBERING 5 @DATE@ "remembering @VERSION@" - - -.SH NAME - -remembering - format of the \fIPROFILE\fR text file. - - -.SH PROFILE - -The \fIPROFILE\fR is a text file, stored on \f(CR$XDG_DATA_HOME/profile-name\fR if \f(CR$XDG_DATA_HOME\fR is defined. -Otherwise, it lives in \f(CR~/.local/share/remembering/profile-name\fR. - -Each line of the \fIPROFILE\fR contains three pieces of information: - -.RS -.IP 1 -the \fBrank\fR of the current entry; -.IP 2 -the \f(CR:\fR separator; -.IP 3 -the \fBentry\fR itself. -.RE - -The \fBrank\fR is a number, and the \fBentry\fR is all the text until the end of the line after the \f(CR:\fR separator: - -.RS -.nf -0:an entry -0:banana -0:entry -0:something -0:zzz -.fi -.RE - -Above is an example of a \fIPROFILE\fR file where all the entries have the default \fBrank\fR value: \fB0\fR. - -If the \fICOMMAND\fR runs and chooses \f(CRbanana\fR, the new \fIPROFILE\fR will be: - -.RS -.nf -0:an entry -1:banana -0:entry -0:something -0:zzz -.fi -.RE - -Now the next time the \fICOMMAND\fR runs it will get \f(CRbanana\fR at the beginning of the list, and as new picks happen their weight will increase, and will keep going up in priority. - -The entries of the \fIPROFILE\fR are created and kept sorted. -\fBremembering\fR(1) expects to always find sorted entries in the \fIPROFILE\fR. - -The current raking algorithm increments entries as a simple counter. -Every time an entry is picked, its ranked is incremented in the \fIPROFILE\fR. - - -.SH SEE ALSO - -\fBremembering\fR(1) - - -.SH AUTHORS - -.MT eu@euandre.org -EuAndreh -.ME -and contributors. - - -.SH BUGS - -.IP \(bu -Report bugs to the -.MT ~euandreh/public\-inbox@lists.sr.ht -mailing list -.ME . -Use the subject "\f(CR[remembering] BUG or TASK: -\fR". -.IP \(bu -Browse bugs -.UR https://euandreh.xyz/remembering/TODOs.html -online -.UE . -.IP \(bu -.UR https://euandreh.xyz/remembering/ -Homepage -.UE . -.IP \(bu -.UR https://lists.sr.ht/~euandreh/public\-inbox?search=%5Bremembering%5D -Comments and discussions -.UE . -- cgit v1.2.3