Skip to content

lil-pasta/pynav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. Introduction and Purpose
  2. Roadmap
    1. [3/3] Crawling
    2. [2/4] Walking

Introduction and Purpose

The purpose of this application is create a console based file manager application which allows for the in-terminal navigation of a nix based machine. The program features python code leveraging builtin packages like ncurses and os. The initial idea for this was inspired by applications like lfm and a desire to learn more about GUI/TUI programming.

Roadmap

This is where ill keep track of work that i've done on features that I'd like to have in the application

[3/3] Crawling

  • Get all files and folders in working dir
  • Add them to a dict or list or class with relevant meta-data attached
  • Print them to terminal and make them high-light-abable through navigation gestures like key up and down

[2/4] Walking

  • Make list of files scrollable
  • Handle filenames larger than your window
  • differentiate between directories and files
  • if an item is a file display some facts about it in the third screen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages