uaparser

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2017 License: MIT Imports: 5 Imported by: 0

README

UAParser

Command Line User Agent Parser

Usage

$ uaparser 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_....'
1 "Mac OS X" "Google Chrome"

$ echo 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_....' | uaparser
$ uaparser --os 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_....'
1 "Mac OS X"
$ uaparser --browser 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_....'
1 "Google Chrome"
$ uaparser apache.log
100 "Mac OS X" "Google Chrome"
50 "Mac OS X" "Mozilla Firefox"
10 "Windows" "Google Chrome"
$ uaparser --os apache.log
150 "Mac OS X"
10 "Windows"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL