Skip to content

0vj/fbl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FBL(Find/File broken links)

FBL is tool to find broken links in articles and files

issues repo size license stars


how it works

FBL finds all the links and checks them all. Any broken link will be displayed to you

Things you need in your system

  • Python
  • Pip
  • Git

Git is not required if you are installing with pip

How to install

  • Installing via pip :
pip3 install fbl

or

  • Get the last update via git :
git clone https://github.com/mr-tafreshi/fbl && cd fbl
pip3 install -e . 

How to run

Run this command in your terminal or CMD :

fbl --file my.pdf

TODO

  • .txt support

  • .pdf support

  • Mark Down Support

  • docx support

  • .odt support

  • .htm and .html support

  • Directory support

  • .XLS and XLSX support

  • .PPT and .PPTX support

  • Add GUI version