Giter Club home page Giter Club logo

shioyadan / agate Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 325 KB

ディスクの使用状況を可視化するツールです. どんな感じで表示されるかは,このページの下の方を見てみてください.実行バイナリ(Win,Linux,Mac)については https://github.com/shioyadan/agate/releases からダウンロードしてください.

License: BSD 3-Clause "New" or "Revised" License

JavaScript 59.67% Makefile 2.16% HTML 37.82% CSS 0.35%

agate's Introduction

Agate

  • ディスクの使用状況を可視化します.
  • 実行バイナリについては こちら からダウンロードしてください.Windows,Linux,Mac に対応しています.
  • 動作例:

demo

使い方

  • ホイールアップ or ダブルクリック: 拡大
  • ホイールダウン or shift + ダブルクリック: 縮小
  • 右クリック: ポイントしたフォルダを開く

コマンドライン実行によるファイルのスキャン

  • サーバー上のファイル容量をしりたいなどで GUI を起動するのが難しい場合,node.js で file_info.js を実行してスキャン結果をダンプし,それを読み込むことが出来ます
    • 以下のようにして生成したダンプ(gzip 推奨)を,GUI の "Import a file" より読み込みます
      node file_info.js <スキャン対象のパス> | gzip > out.log
      
    • プリビルドバイナリとして file_info.js の実行ファイル版も生成しています
  • node.js については apt/yum で入れても良いですが,root になれない場合などは node 本体のバイナリのアーカイブをダウンロードしてきてローカルに展開し,それを直接実行しても動きます

開発

# Install node.js/npm
sudo apt install nodejs

# Run and build
make init   # Setup libraries
make        # Run agate
make pack   # Build & pack Agate for Windows/Linux/Mac

その他

agate は瑪瑙の意味.

License

Copyright (C) 2016-2023 Ryota Shioya [email protected]

This application is released under the 3-Clause BSD License, see LICENSE.md. This application bundles ELECTRON and many third-party packages in accordance with the licenses presented in THIRD-PARTY-LICENSES.md.

agate's People

Contributors

shioyadan avatar dependabot[bot] avatar

Stargazers

Raclamusi avatar Tomoki Nakamura avatar Shotaro Gotanda avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.