Giter Club home page Giter Club logo

FileBrowser

Browser

This program is supposed to do basic operations in your filesystem. We can browser in filesystem and use commands like delete, move, copy, mkdir, maketxt, makelink and size.

Commands

Delete : takes one parameter and that is path to folder/file we want to delete or simple name of sub-file/folder of currently opened folder. Move : takes 2 parameters, from and where are we moving. Can take just names of sub-file/folder of currently opened folder. Copy : takes 2 parameters, from and where are we copying. Can take just names of sub-file/folder of currently opened folder. mkdir : creates folder or tree of folder in currently opened diretory. maketxt : creates txt file that we can also write to or if the name is already used we will read that txt file. makelink : takes 2 parameters, from and where are we are creating link. Can take just names of sub-file/folder of currently opened folder. size : prints out size of currently opened directory.

Operations using regular expressions

This program can also delete, move and copy files using regular expressions.

Example

delete /home/test/ .* - this command will delete all content of /home/test/ folder delete /home/test/ .*[.]txt - this will delete only .txt files in /home/test/ folder move /home/test/ Makefil. - this will move all files/folder that starts with Makefil? and are followed by any other character from /home/test/ folder /home/test2/ -> into this folder that is taken as 2nd parameter copy works exactly the same as move but copies files

Documentation of classes etc can be found at $(BUILD_FOLDER)/doc/index.html

zilinek.jakub's Projects

k8s-argocd-playground icon k8s-argocd-playground

This repo contains all required code to start k8s cluster locally and start the argocd on it.

k8s-playground-apps icon k8s-playground-apps

This repository will contain all applications which would are wanted to be installed on cluster.

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.