ACIL FM
Dark
Refresh
Current DIR:
/usr/share/bash-completion/helpers
/
usr
share
bash-completion
helpers
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
gst
1.74 MB
chmod
View
DL
Edit
Rename
Delete
perl
2.5 MB
chmod
View
DL
Edit
Rename
Delete
python
331 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/share/bash-completion/helpers/python
# -*- python -*- import pkgutil import sys # walk_packages() is much slower than iter_modules(), use it only when # completing something with a dot in it. if len(sys.argv) > 1 and "." in sys.argv[1]: walker = pkgutil.walk_packages else: walker = pkgutil.iter_modules for mod in walker(): print(mod[1]) # noqa: E211
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply