Release new version 0.3.
[grml-paste.git] / grml-paste.1.txt
1 grml-paste(1)
2 =============
3
4 Name
5 ----
6 grml-paste - command line interface for paste.grml.org
7
8 Synopsis
9 --------
10 grml-paste [options] ACTION <args>
11
12 Description
13 -----------
14
15 grml-paste is a command line interface for uploading plain text to http://paste.grml.org/
16
17 Options
18 -------
19
20   **-e 'hours', --expire='HOURS'**::
21
22 Time at wich paste should expire.
23
24   **-h, --help**::
25
26 Print help text.
27
28   **-l 'lang', --lang='LANG'**::
29
30 Type of language to highlight.
31
32   **-n 'name', --name='NAME'**::
33
34 Set your nickname (defaults to anonymous).
35
36   **-s 'server', --server='SERVER'**::
37
38 Set URL of paste server (defaults to paste.grml.org).
39
40   **-v, --verbose**::
41
42 More verbose output.
43
44 Actions
45 -------
46
47   **add**::
48
49 Add paste to the server: <1.line> <2.line> ...
50
51   **del '<digest>'*::
52
53 Delete paste from server.
54
55  **get '<id>'**::
56
57 Get paste from server.
58
59   **getlangs**::
60
61 Get supported language highlighting types from server.
62
63   **help <action>**::
64
65 Print more verbose help about specified '<action>'.
66
67 Bugs
68 ----
69 Please report feedback, link:http://grml.org/bugs/[bugreports] and wishes link:http://grml.org/contact/[to the grml team].
70
71 Authors
72 -------
73 Michael Gebetsroither <gebi@grml.org>