-
Notifications
You must be signed in to change notification settings - Fork 4
/
simplification_rules.txt
33 lines (33 loc) · 1.01 KB
/
simplification_rules.txt
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
30
31
32
33
# Example of simplication rules to use with selfspy-vis
# See https://github.com/Naereen/selfspy-vis
^\s*::\s*$ --> unknown
^(.+)::\s*$ --> \1
^(.+)::.*$ --> \1
^(.+)::(\w+).*$ --> \1:\2
^Firefox::.*$ --> Browser
^Firefox::.*YouTube.*$ --> Browser (YouTube)
^Firefox::.*Google.*$ --> Browser (Google)
^Firefox::.*Agenda.*$ --> Browser (Agenda)
^Firefox::.*GitHub.*$ --> Browser (GitHub)
^Firefox::.*Bitbucket.*$ --> Browser (Bitbucket)
^Firefox::.*DuckDuckGo.*$ --> Browser (search)
^Firefox::.*Messages.*$ --> Mail (Facebook)
^Firefox::.*Outlook.*$ --> Mail (Outlook)
^Sublime_text::.*$ --> Sublime Text
^Sublime_text::.*$ --> Sublime Text
^vlc::.*$ --> VLC
^vlc::.*$ --> VLC
^Evince::.*$ --> PDF Reader
^Eog::.*$ --> Image Viewer
^.*Skype.*$ --> Skype
^.*[tT]erminal.*$ --> Terminal
^.*bash.*$ --> Bash
^.*Nano.*$ --> Nano
^.*Python.*$ --> Python
^.*IPython.*$ --> IPython
^.*[oO]caml.*$ --> OCaml
^.*Octave.*$ --> Octave
^.*Owncloud.*$ --> Owncloud
^.*Orage.*$ --> Calendar
^.*File-roller.*$ --> Archive viewer
^.*htop.*$ --> HTop