npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

filerica

v1.0.0

Published

CLI for easy file classification

Downloads

15

Readme

Filerica

日本語


npm node.js npm GitHub issues GitHub forks GitHub stars GitHub license Twitter

Isn't it time to organize your cluttered files?

Highlight

  • CLI for easy file classification

  • Execute with a single command

  • Especially recommended for students

Requirement

Node version 16.x or higher is required.

Install

npm install -g filerica

Usage

  1. npx filerica i [inputPath]

    If you are launching Filerica for the first time, please set input-path. Filerica will classify the files in the directory specified in input-path.

  2. npx filerica b [boardName, boardPath] --s

    Next, create a board. A board is a directory for classification. --s option allows you to select the board as you create it.

  3. npx filerica e

    Now, let me describe the rules for classification. The name of the file to be classified is "class_name number file_name", such as "Math week8 doc.pdf". When you run the classification, a directory named "8" will be made inside the directory "Math" in board, and the files will be moved there. However, you need to make a "Math" directory in board beforehand.

Commands

  • execute(alias: e)

    Execute classification. The input-path and board must be specified.

  • input [inputPath](alias: i)

    Change input-path.

  • board [name, path](alias: b)

    Register a board.

    Options
    • --s: Select as well as create
    • -sp [separator]: Specify the separator
    • --rm: Remove a board
    • --l: Display boards list
  • select(alias: s)

    Select a board.

    Options
    • -n [name]: Specifies the name of the board directly
  • separator [separator](alias: sp)

    Change the separator for the currently selected board. The default is blank space. For example, if you specify "_", the file name rule will be "Math_week8_doc.pdf".

    Options
    • --rs: Resets the separator to the default blank space
  • language(alias: l)

    Change language. 日本のユーザは、まずは日本語に変更することをお勧めします。:jp:

Issues

If you find a bug or problem, please open an issue!:bug:

Author

LICENSE

This project is licensed under the MIT License - see the LICENSE file for details.