Git Product home page Git Product logo

ilftools's Introduction

ILFT - Interactive Linux File Tools

GitHub

Collection of tools for interactive and metadata-friendly directory and file management

  • Ils

    Interactive ls

    Ls, with pretty tables, dir overviews, permissions and much more

    The author data is fetched from {DIR}/.ilft as saved by Imkdir

    Example

    img

    img

    usage: Ils [-h] [--by-size-descending] [--by-size-ascending] [--by-adate-descending]
               [--by-adate-ascending] [--by-cdate-descending] [--by-cdate-ascending]
               [--by-mdate-descending] [--by-mdate-ascending] [--by-name-descending]
               [--by-name-ascending] [--group] [--markdown] [--show-author-info]
               dir
    
    Improved ls
    
    positional arguments:
      dir                   DIRECTORY
    
    optional arguments:
      -h, --help            show this help message and exit
      --by-size-descending, -sd
                            Sort by descending size
      --by-size-ascending, -sa
                            Sort by ascending size
      --by-adate-descending, -ldd
                            Sort by descending access date
      --by-adate-ascending, -lda
                            Sort by ascending access date
      --by-cdate-descending, -cdd
                            Sort by descending creation date
      --by-cdate-ascending, -cda
                            Sort by ascending creation date
      --by-mdate-descending, -mdd
                            Sort by descending edit date
      --by-mdate-ascending, -mda
                            Sort by ascending edit date
      --by-name-descending, -nd
                            Sort by descending name
      --by-name-ascending, -na
                            Sort by ascending name (Default)
      --group, -g           Group by type (directories, files, symlinks)
      --markdown, -md       Print markdown table
      --show-author-info, -a
                            Show author information about the directory (folders created with
                            Imkdir)
                        
    
  • Ilmkdir

    Interactive mkdir

    Mkdir with author data

    On the first run, it saved personal information in ~/.config/ilftools/author through a guided procedure

    When a directory is created through this tool, data is saved in {DIR}/.ilft

    usage: Imkdir [-h] [--version] [--mode mode] [--parents] [--verbose] [-Z]
                  [--context context] [--emulate] [--anonymous]
                  dir [dir ...]
    
    Improved mkdir
    
    positional arguments:
      dir                   DIRECTORY(ies)
    
    optional arguments:
      -h, --help            show this help message and exit
      --version             show program's version number and exit
      --mode mode, -m mode  set file mode (as in chmod), not a=rwx - umask
      --parents, -p         no error if existing, make parent directories as needed
      --verbose, -v         print a message for each created directory
      -Z                    set SELinux security context of each created directory to the
                            default type
      --context context     like -Z, or if CTX is specified then set the SELinux or SMACK
                            security context to CTX
      --emulate, -e         Emulate mkdir directly, no additional features
      --anonymous, -a       Don't add personal info to the directories
    

ilftools's People

Contributors

matmasit avatar

Watchers

 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.