Giter Club home page Giter Club logo

go-file-manager's People

Contributors

maxgodfrey2004 avatar

Stargazers

 avatar  avatar  avatar  avatar

go-file-manager's Issues

Move multiple directories at once

The current functionality of the Explorer class is incredibly limited. Directories may only be moved one at a time.

As such, it would be nice for the user to move through an entire path with one command. This would make the application easier to use.

Move to an absolute path

It may be in the user's interest to move to an absolute path. These may be identified by a leading ~ or /.

It would be nice for the Explorer type to support this functionality.

Run gofmt on code

After running the repository through a go report card, it seems that not using gofmt has had some repercussions on the quality of my code.

As such, run gofmt on each file in the repository and change them accordingly.

Rename `fileutils` package to `explorer`

Currently, all logic within the package fileutils is done through the type explorer. It is intended that all future developments to the package will add to the functionality of the explorer type and consequently not result in the creation of any new types.

As a result, it makes sense to rename the fileutils package to explorer; and rename all functions affixed with explorer such that the word no longer exists in their identifiers. This would make for more intuitive code.

Selected file not initially shown in large directory

When entering a directory whose length of contents is greater than the terminal's back buffer height in characters, the first line of text is not rendered.

It seems that it is shown one line above where textrender starts writing to the console. To see the selected file or directory, the down arrow must be pressed once, but this still prevents the user from seeing the . at the top of every directory they visit.

gfm_error

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.