Remove files which are not in use yet

This commit is contained in:
Matthias Beyer 2018-03-09 12:02:54 +01:00
parent ecb817c24b
commit 771ad977b0
47 changed files with 0 additions and 254 deletions

View file

@ -1,4 +0,0 @@
## Bibliography {#sec:modules:bibliography}
The Bibliography module.

View file

@ -1,3 +0,0 @@
## Borrow {#sec:modules:borrow}
The Borrow module.

View file

@ -1,11 +0,0 @@
## Calendar {#sec:modules:calendar}
The calendar module implements a commandline calendar like khal. The calendar data itself is retrieved from icalendar files which should be located outside of the imag store. imag does not handle syncing of these files. `vdirsyncer` may be your tool of choise here.
imag can show events from the calendar(s) like any other commandline calendar tool and of course can also add, delete or edit entries (interactively or via commandline parameters).
### Internals
What imag does internally is described in this section.
imag creates one entry in the store for one `icalendar` file. These entries are basically references to the real data. If an `icalendar` file is removed from the filesystem, imag does not delete it from the sfore if not told explicitely.

View file

@ -1,6 +0,0 @@
## Category {#sec:modules:category}
The Category module is a plumbing command for setting an entrys category. A category must exist before it can be set for an entry. That, and that each entry may have one or no category is the difference from tags.
Also: Categories may have sub-categories.

View file

@ -1,7 +0,0 @@
## Contacts {#sec:modules:contacts}
The Contacts module serves as a vcard viewer which is also able to alter, vcard files (either interactively or via commandline parameters).
The contacts module can also call other programs and pass contact information to them, for example `mutt`.

View file

@ -1,27 +0,0 @@
## Counter {#sec:modules:counter}
The Counter module helps you counting things.
In its current state the counter module is capable of simple counting. You can
create, list and delete counters which are simply numbers and incremet,
decrement, set and reset them.
Future plans include counting functionality which is able to save date and
possibly timestamp of your increments/decrements, so you can export this and use
(for example) R to visualize this data.
Filters for selecting only certain time ranges when listing/exporting your
counters will be added as well.
### Examples
Here are some examples how to use the counter module:
```bash
imag counter create --name example --initval 42 # or: -n example -i 42
imag counter --inc example # or -i example
imag counter --reset example
imag counter --dec example # or -d example
```

View file

@ -1,5 +0,0 @@
## Cuecards {#sec:modules:cuecards}
The Cuecards module implements "cuacards-learning" like you probably did it in school.

View file

@ -1,4 +0,0 @@
## Filter {#sec:modules:filter}
The Filter module is only of use when chaining up imag calls via bash pipes. It can be used to filter out entries based on some parameters, like for example whether a certain header field is set or not.

View file

@ -1,5 +0,0 @@
## Git {#sec:modules:git}
The Git module provises a convenient way to call the git executable on the imag store without having to `cd` to it first. Nothing more.

View file

@ -1,4 +0,0 @@
## GPS {#sec:modules:gps}
The GPS module is a plumbing command for attaching a GPS coordinate to an entry.

View file

@ -1,12 +0,0 @@
## Habit {#sec:modules:habit}
The Habit module is a habit tracker. One can add habits, specify how often they
should be done and instantiate them.
Example: After creating a new habit "Sunday Run", which should be done on
Sundays, one can mark that the habit was done.
Statistics and number-crunching can be done later on, after there is some habit
data there.
Exports to CSV are possible.

View file

@ -1,4 +0,0 @@
## Images {#sec:modules:images}
The Images module is for tagging, categorizing and sorting images. GPS coordinates can be attached to image references. Images can be put into collections. Image viewing programs can be called from imag. If an image gets modified (for example via darktable) and a new image file is created, the Image module can be used to group them.

View file

@ -1,7 +0,0 @@
## Item {#sec:modules:item}
The Item module is a plumbing command to create entries for items in the imag store.
Items can be anything. For example, one could create a Tomato and a Bread as item to add them later in the shopping list (as in imag-shoppinglist), but also a computer and a printer can be created to use them later in a project (as in imag-project).

View file

@ -1,4 +0,0 @@
## Ledger {#sec:modules:ledger}
The Ledger module implements a ledger like `beancount`.

View file

@ -1,4 +0,0 @@
## Movies {#sec:modules:movies}
The Movies module is for categorizing, rating and tagging movies.

View file

@ -1,6 +0,0 @@
## Music {#sec:modules:music}
The Music module is for rating, categorizing, tagging and enjoying music. It offers functionality to fetch lyrics, create automatically linkings from genre entries to music files (music files are represented as a entry jn imag), combining songs in albums and albums in artists, etc.
A scrobble server may be implemented at some point to provide more ways to retrieving data over ones music taste. Suggested songs (from the own library of music or via external tools like musicbrainz) may be a feature that comes aith the scrobble server.

View file

@ -1,4 +0,0 @@
## News {#sec:modules:news}
The News module is an RSS reader.

View file

@ -1,4 +0,0 @@
## Password {#sec:modules:password}
The Password module.

View file

@ -1,8 +0,0 @@
## Project {#sec:modules:project}
The Project module can be used to plan and organize projects, though does not offer ways to share these plans with others. If that is desired, a new store should be created, put under version controll (possibly git) and shared via this mechanism.
The project tool integrates the timetracking module as well as the todo module.
A project is represented by a single imag entry. Notes, subprojects, todos, timetrackings and other things are linked to the project. A project does not necessarily have to be a programming project, but could be a project for building a house or losing weight for example.

View file

@ -1,6 +0,0 @@
## Rate {#sec:modules:rate}
The Rate module is another plumbing command. It simply offers rating functionality, whereas allowed values are 0-10 (0 beeing equal to no rating).

View file

@ -1,5 +0,0 @@
## Read {#sec:modules:read}
The Read module is a plumbing command for reading entries from the store and writing them to stdout for further processing.

View file

@ -1,5 +0,0 @@
## Receipt {#sec:modules:receipt}
The Receipt module is for tracking, categorizing, tagging, quering and managing receipts.

View file

@ -1,4 +0,0 @@
## Shoppinglists {#sec:modules:shoppinglists}
The Shoppinglists module provides functionality for creating shopping lists and organizing them. A shoppinglist can be printed and them be used to go shopping, of course.

View file

@ -1,5 +0,0 @@
## Summary {#sec:modules:summary}
The Summary module is a wrapper to call a list (specified in the config file) of imag commands and viewing their outputs.

View file

@ -1,13 +0,0 @@
## Url {#sec:modules:url}
The Url module is a plumbing module to put URLs into the imag store.
### Implementation
The implementation of the URL module saves URLs on a per-entry basis. This means that each URL is hashed (with something like SHA512) and the hash is used as filename. The scheme is as follows:
/url/<hash of the domain>/<hash of the full URL>
This scheme results in grouping URLs of the same domain (for example https://imag-pim.org) but distinction of the actual full URL, while still deduplicating URLs. Entering the same URL twice results in the same entry.
This module does nothing more on its own. Its functionality may be used elsewhere (for example a bookmark module).

View file

@ -1,4 +0,0 @@
## Weather {#sec:modules:weather}
The Weather module.

View file

@ -1,4 +0,0 @@
## Wiki {#sec:modules:wiki}
The Wiki module provides a personal wiki implementation.

View file

@ -1,11 +0,0 @@
## Workout {#sec:modules:workout}
The Workout module is for tracking workouts. Burned calories, walked kilometers, lifting sets and all the things can be entered.
### Submodules
Each type of workout can be handled with one subcommand of the module, whereas training seasions can be used to group types of workouts (for example swimming and running).
A step-counter functionality is implemented as first submodule.
Import functionality for the step-counter submodule is available for importing from (for example) an Android step-counter App.

View file

@ -1,5 +0,0 @@
## Write {#sec:modules:write}
The Write module is a plumbing command for reading a store feom stdin and writing it to the filesystem.

View file

@ -1,2 +0,0 @@
## libimagbibliography

View file

@ -1,2 +0,0 @@
## libimagborrow

View file

@ -1,2 +0,0 @@
## libimagcalendar

View file

@ -1,2 +0,0 @@
## libimagcuecards

View file

@ -1,2 +0,0 @@
## libimagimages

View file

@ -1,2 +0,0 @@
## libimagledger

View file

@ -1,2 +0,0 @@
## libimagmovies

View file

@ -1,2 +0,0 @@
## libimagmusic

View file

@ -1,7 +0,0 @@
## libimagnews
The library for the news module implements a RSS reader.
Details, for example where the feeds are stored (inside or outside the imag store) have to be evaluated.

View file

@ -1,2 +0,0 @@
## libimagpassword

View file

@ -1,2 +0,0 @@
## libimagproject

View file

@ -1,10 +0,0 @@
## libimagread
This library is for the plumbing command `imag-read`.
It extends the `Runtime` object and adds a `write_store_to(writer)` function (amongst others). After calling this function, the calling program cannot continue to do things, so this consumes the `Runtime` object and the calling program is expected to exit with the returned error code.
The calling program is expected to _not_ print anything to stdout before or after calling this function.
This library is intended for use with the `imag-read` command only.

View file

@ -1,2 +0,0 @@
## libimagreceipt

View file

@ -1,2 +0,0 @@
## libimagshoppinglists

View file

@ -1,2 +0,0 @@
## libimagweather

View file

@ -1,7 +0,0 @@
## libimagwiki
The wiki library implements a complete wiki for personal use.
This basically is a note-taking functionality combined with linking.

View file

@ -1,2 +0,0 @@
## libimagworkout

View file

@ -1,11 +0,0 @@
## libimagwrite
This library is for the plumbing command `imag-write`.
It extends the `Runtime` object and adds a `read_store_from(reader)` function (amongst others). After calling this function, the calling program cannot continue to do things, so this consumes the `Runtime` object and the calling program is expected to exit with the returned error code.
The calling program is expected to _not_ print or read anything to/from stdout/stdin before or after calling this function.
This library is intended for use with the `imag-write` command only.