Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

obm-moz(1) [debian man page]

obm-moz(1)							 Openbox Pipe Menu							obm-moz(1)

NAME
obm-moz - a pipe-menu for openbox SYNTAX
obm-moz [options] DESCRIPTION
Obm-moz is a pipe menu for openbox. It translates any mozilla-compatible bookmarks into an openbox menu. If no arguments are given, it'll try to find your bookmarks. A bookmarks folder can be passed as an argument, it'll try to find it and build the menu out of that folder. More information about pipe-menus can be found on http://icculus.org/openbox/index.php/Openbox:Pipemenus OPTIONS
-h, --help Show this help message and exit -f, --firefox Look for Firefox bookmarks -b FILENAME, --bookmarks=FILENAME Specify the path to the bookmarks.html file -r ROOT, --root=ROOT Root folder of the bookmarks -n BROWSER, --navigator=BROWSER Command to run the web browser. EXAMPLES
obm-moz -b "/path/to/bookmarks.html" -r "Bookmarks Toolbar Folder" AUTHORS
obm-dir was written by Manuel Colmenero <mkolme@gmail.com> as part of obmenu. This manual page was originally written for the Debian GNU/Linux system by Davide Truffa <davide@catoblepa.org>. SEE ALSO
obmenu(1), obm-dir(1), obm-nav(1), obm-xdg(1), openbox(1) Davide Truffa 1.0 obm-moz(1)

Check Out this Related Man Page

MOZ-VERSION(1)						     mozilla-devscripts suite						    MOZ-VERSION(1)

NAME
moz-version - version format handling tool SYNOPSIS
moz-version [options] action DESCRIPTION
moz-version is a tool for working with version string from the Mozilla suite. It can compare Mozilla versions, convert Mozilla version into Debian upstream version and the other way round. ACTIONS
-c, --compare version1 comparator version2 Compare version numbers, where comparator is a binary operator. moz-version returns success (zero result) if the specified condi- tion is satisfied, and failure (non-zero result) otherwise. The comparator must be one of lt le eq ne ge gt. -d, --to-deb version Converts Mozilla version into a Debian upstream version. For a full Debian version you have to add a revision. -m, --to-moz version Converts Debian version into a Mozilla version. The Debian revision and the epoch will be stripped away. OPTIONS
-h, --help Display a brief help message. -s, --silent Do not print anything and die silent on errors. -v, --verbose Print more information. AUTHOR
Benjamin Drung <bdrung@debian.org> moz-version August 2009 MOZ-VERSION(1)
Man Page

9 More Discussions You Might Find Interesting

1. Linux

Mozilla Navigator

I would like just to know where is mozilla navigator is installed under linux i.e mozilla navigator is installed in which directory? I think you (1 Reply)
Discussion started by: selim
1 Replies

2. UNIX for Dummies Questions & Answers

Push out Firefox bookmarks to multiple users

Ok, so I want to push out Firefox bookmarks to all the student accounts on my Mac server, but we all know how fun-loving Firefox profiles are, with their random czg6hi72.default profile names. My question is how would I send the bookmarks.html file out to /Students/<username>/Library/Application... (5 Replies)
Discussion started by: yodomino6
5 Replies

3. Shell Programming and Scripting

process ma.gnolia_bookmarks for Diigo so that multiwords tags are preserved

Hi everyone. I was lucky enough to backup all my bookmarks last xmas before the recent complete meltdown of ma.gnolia.com Unfortunately, when submitting the file to my new diigo account, all multiword tags are converted to multiple single word tags which is not very helpful for anyone... (14 Replies)
Discussion started by: jeunium
14 Replies

4. UNIX for Dummies Questions & Answers

AWK help please

I am creating a script to pull URLs out of a Firefox .json file and create a bookmarks.html file from the URLs. I need to know how to grab the URL from each line of output and to copy it >HERE</A> Each line will have a different URL, I need on each line of output to have the URL copied before... (1 Reply)
Discussion started by: glev2005
1 Replies

5. Linux

How to sort the number of occurrences

file:///C:/Users/TSHEPI%7E1.LEB/AppData/Local/Temp/moz-screenshot.pngATM@ubuntu:~$ cat numbers2 | sort -n | uniq -c 1 7 1 11 2 10 3 the 1st numbers are the counts from the command "uniq -c", which represent the number of occurrences of each in the file. The "sort -n"... (4 Replies)
Discussion started by: lebogot
4 Replies

6. Shell Programming and Scripting

Replace with spaces

Hi Guys file:///C:/DOCUME%7E1/c104058/LOCALS%7E1/Temp/moz-screenshot.pngsed 's///g' /source/filename.txt > /destination/filename.txt The above code deletes the characters which are not A-Z, a-z and 0-9, but I wanted to replace it with space without deleting them. Any help is... (2 Replies)
Discussion started by: gowrishankar05
2 Replies

7. UNIX for Dummies Questions & Answers

Openbox unable to start on OpenBSD

The other day I installed the packages for Openbox on OpenBSD. I tried starting it from the command-line as a normal user with "openbox-session" and got the following error: Openbox-Message: Failed to open the display from the DISPLAY environment variable. I looked online and saw that... (2 Replies)
Discussion started by: Azrael
2 Replies

8. Shell Programming and Scripting

Script to parse bookmarks file

I am using Internet Explorer v10 at work and regularly need to import my personal Firefox bookmarks over. Long story short, I have found the import falling over on any bookmark elements which are over 256 characters. The bookmark file contains bookmarks of this format: <DT><A... (4 Replies)
Discussion started by: ozgadgetguy
4 Replies

9. Shell Programming and Scripting

Script to test bookmarks

Does anyone have a script to test for invalid bookmarks? I have a ton of them and I'd bet that a good percentage could be dropped. Tnx (4 Replies)
Discussion started by: ongoto
4 Replies