Code Monkey home page Code Monkey logo

mac_int's People

Contributors

boncaldoj avatar kokosnoot avatar zmbf0r3ns1cs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

n4rr34n6 sardude

mac_int's Issues

Output Directory Switch not working properly on macOS

When specifying an output directory on macOS, due to the difference in slashes ( \ on Windows, / on macOS), mac_int is taking the \ on macOS as a literal character, putting all output text files in the parent folder of the user's specified directory.

Need to modify the code to dynamically adjust for the OS the tool is running on to avoid this issue.

InstalledApps running twice with HTML

Right now, the main function calls the installedApps module. It is directed to the first function which is right now “installedAppsRun”

Inside that module we have two def functions:
-installedAppsRun
-userSpecificSearch

It was determined the code related to user input was was not within any function, causing the main function to call the first (installedAppsRun), then prompt the user with their choice, then running through one or both functions again based on their choice.

We need to add a new function called (installedAppsPrompt). The arg parser in the main must direct to the new function, which will then divert to either the user specific only, or both.

Store .txt output files in own Output Folder

It may be beneficial to store all .txt files created by mac_int into their own output folder for organization. Modifying the output directory code in each Module to store the .txt files in their own shared folder should accomplish this.

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.