File: tour.gmi

package info (click to toggle)
offpunk 3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,012 kB
  • sloc: python: 6,263; sh: 117; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 812 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Advanced browsing with "tour"

Unlike most browsers you may know, there are no tabs in Offpunk. Instead, Offpunk has the concept of "tour". (shortcut "t").

Technically, the tour is a FIFO list of all the pages you want to visit.

Let’s imagine that you are on a page with multiple links that look interesting.


=> tour1.gmi First link
=> tour2.gmi Second link
=> tour3.gmi Third link

To add link number 1 to your tour, you can simply write "tour 1". Or, shorter, "t 1".

You can also add multiple links: "t 1 2 3". Or add a range: "t 1-3".

Try to add a range with "t 1-3" now.

> t 1-3

It looks like nothing happened but the links were added to your tour. If you use "tour" or "t" without any number, the next link in you tour will be displayed.

Type "t" now.

> t


=> /index.gmi Back to the tutorial