All Projects → narcello → findead

narcello / findead

Licence: MIT license
🔍 Dead react components finder

Programming Languages

shell
77523 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to findead

Applescripts
My collection of AppleScripts created/acquired over the years. This repo is designed to provide useful AppleScripts for others and as a general resource for AppleScript education.
Stars: ✭ 56 (-18.84%)
Mutual labels:  finder
Qian
A minimalist file-explorer using Electron via Elm !
Stars: ✭ 198 (+186.96%)
Mutual labels:  finder
macnewfile
MacOS Finder new file plugin, supporting file templates 支持自定义的Finder新建文件插件
Stars: ✭ 44 (-36.23%)
Mutual labels:  finder
Openfolderinvscode
With this macOS service, you can quickly open any given folder as a project in Visual Studio Code from the Finders context menu.
Stars: ✭ 105 (+52.17%)
Mutual labels:  finder
Totalfinder I18n
Localization for TotalFinder
Stars: ✭ 181 (+162.32%)
Mutual labels:  finder
Finderjs
Browse hierarchical data in columns, similar to OS X's Finder
Stars: ✭ 247 (+257.97%)
Mutual labels:  finder
Totalfinder Osax
Scripting additions used by TotalFinder (SIMBL replacement)
Stars: ✭ 53 (-23.19%)
Mutual labels:  finder
zowie
Adds Zotero "select" links to attachment files in a Zotero database on macOS, so that outside of Zotero, you can find the bibliographic entry to which a file belongs. (Only works for local storage, not linked attachments.)
Stars: ✭ 71 (+2.9%)
Mutual labels:  finder
Awesome Finder
😎 Search the awesome curated list without browser
Stars: ✭ 194 (+181.16%)
Mutual labels:  finder
RoomScout
A web app for finding and managing roommates
Stars: ✭ 28 (-59.42%)
Mutual labels:  finder
Vim Clap
👏 Modern performant fuzzy picker for Vim and NeoVim
Stars: ✭ 1,802 (+2511.59%)
Mutual labels:  finder
Httpimport
Module for remote in-memory Python package/module loading through HTTP/S
Stars: ✭ 153 (+121.74%)
Mutual labels:  finder
SharpPanel
C# Admin Control Panel Finder For Windows
Stars: ✭ 34 (-50.72%)
Mutual labels:  finder
Vue Finder
📁 A Vue.js component to display hierarchical data (like the MacOS X finder)
Stars: ✭ 87 (+26.09%)
Mutual labels:  finder
DevBrute-A Password Brute Forcer
DevBrute is a Password Brute Forcer, It can Brute Force almost all Social Media Accounts or Any Web Application.
Stars: ✭ 91 (+31.88%)
Mutual labels:  finder
Findr
🔎 A simple and intuitive find & replace command-line interface.
Stars: ✭ 54 (-21.74%)
Mutual labels:  finder
Ngraph.path
Path finding in a graph
Stars: ✭ 2,545 (+3588.41%)
Mutual labels:  finder
s3recon
Amazon S3 bucket finder and crawler.
Stars: ✭ 111 (+60.87%)
Mutual labels:  finder
SAUCE
⛔️ DEPRECATED - System for AUtomated Code Evaluation
Stars: ✭ 25 (-63.77%)
Mutual labels:  dead
ChineseSubFinder
自动化中文字幕下载。字幕网站支持 shooter、xunlei、arrst、a4k 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM
Stars: ✭ 2,212 (+3105.8%)
Mutual labels:  finder

🔍 findead

Dead react components finder

NPM Version NPM Downloads Tests

🎯 Motivation: Dead Components

Many times in large or even small projects, we forgot some components in code that we'll never use and we never take time to search one by one and remove.

📷 Demonstration

Demonstration When findead finish, you'll can see:

  • Components name
  • Path of each one component
  • Size of each one file
  • How many dead components
  • How many browsed files
  • How much time spent to execution

💻 Tech

Just bash :)

📥 Install

  • Npm
npm i -g findead
  • Yarn
yarn add findead

🔨 Usage

findead <folder_to_get_components>

Pass folder to get all of your components in js, jsx, ts and tsx files.

obs: By default, all node_modules folder is ignored.

Examples

Just one argument

  • If you pass just one argument, it will be used for get components and search usages
findead ~/path/to/search

Raw result

  • Pass -r flag for raw output. Better for atribute output into a file.
findead -r ~/path/to/search

Multiple and specific folders

findead -m ~/path/to/search/{folder1,folder2,...,folderN}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].