Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.71 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.71 KB

tlc

This tool can clean up the list output from OneTab of Google Chrome extension.

see also:

Description

tlc is the initial letter of the tab list cleaner.

You can delete duplicate URLs and same name from the list output from OneTab of Google Chrome extension. In addition, you can also check whether the URL is accessible at the same time and delete it from the list.

Demo

Features

  • It is made by golang so it supports multi form.
  • Easy operation just by specifying the file.

Requirement

Usage

$ ./tlc run your_file -w

Please see the help.

$ ./tlc --help                                                   
This tool is OneTab URL list cleaner

Usage:
  tlc [command]

Available Commands:
  run         Clean the list of "OneTab"
  version     Print the version number of tlc

Use "tlc [command] --help" for more information about a command.

Installation

$ go get github.com/uchimanajet7/tlc

Author

uchimanajet7

Licence

Apache License 2.0