Coder Social home page Coder Social logo

paulera / files Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 316 KB

My own Batman Utility Belt for Linux-like environments. Although documentation is outdated, scripts are maintained on a frequent basis.

Shell 85.10% PHP 3.55% Python 5.80% Batchfile 1.89% Vim Script 3.66%
bash linux

files's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

files's Issues

Deprecate `cecho`

The script cecho has bad performance. Find all places where it is used and replace with the variables declared in the initialisation script colours.sh

Refactor the project name

The name files is too generic. It made sense when the project was just a show list of custom bash scripts, but now it took a dimension that requires a naming more unique and less prone to conflicts and unclarity.

export FILES functions

Functions declared in bash.d/04_function as not visible to other scripts. Refactor all .sh files in that folder so they call export -f <function name> after implementing them

Fix startup in MacOS

realpath is not available from start in mac systems, but readlink is. As a new user I want to be able to run the installation without previously knowing needed hacks (like install realpath) and be advised of what to do.

Web installer

As a user, I want to run a one liner to have the repo installed. Think about different installation modes and implement them as parameters.

curl -o- <installation script web location> | bash <-- find out how to have parameters provided.

Improve performance of `files_debug` calls

Calling the debug function during bootstrap with parameters that require processing impacts performace. Even though the function will do nothing, producing the parameters has its cost. That can be improved.

See: scripts inside bash.d folder.

Make `scriptme` offer options when there are conflicts

When there are user scripts with the same names as standard ones, allow the user to decide which one to edit. This will require implement an option scriptme 1 to force choosing user scripts and let the absence of parameters cause the menu on the event of duplicates.

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.