Skip to content

A simple debian package that prints out the current directory structure.

License

Notifications You must be signed in to change notification settings

christophermilian/printdir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

printdir

A simple package that prints the current directory with the ls command called using Python.

Prerequisite Tooling

The following are tools needed to further develop and build the package.

  • Python3
  • dpkg
  • python3-stdeb
  • dh-python

Intallation

$ dpkg -i printdir

Usage

$ printdir

Useful commands

Building the package

python3 setup.py --command-packages=stdeb.command bdist_deb

Installing the package

sudo dpkg -i ./deb_dist/python3-printdir_1.0.0-1_all.deb

Removing the package

sudo apt remove --purge python3-printdir -y

License

printdir is released under the MIT license. See LICENSE for details.

Contact

Checkout my other projects at Github, @christophermilian

About

A simple debian package that prints out the current directory structure.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages