fff - लिनक्स के लिए एक सरल फास्ट फाइल मैनेजर


fff ( तेज फ़ाइल-प्रबंधक ) लिनक्स के लिए एक सरल, धधकती तेज और न्यूनतम फ़ाइल प्रबंधक है, जो बैश में लिखा गया है। इसके लिए केवल बैश और कोरुटिल्स की आवश्यकता होती है, और कुशल प्रदर्शन के लिए इसकी अत्यधिक अनुकूलित की जाती है।

यह अन्य प्रमुख विशेषताएं हैं:

  • It’s super blazing fast
  • Smooth Scrolling (using vim keybindings)
  • Supports LS_COLORS
  • Support common file Operations (copy, paste, rename, cut, etc).
  • Instant as you type search
  • Supports tab completion for all commands
  • Display images with w3m-img!
  • Supports automatic CD on exit.

कैसे स्थापित करें fff - लिनक्स में फास्ट फाइल मैनेजर

लिनक्स पर fff स्थापित करने के लिए, सबसे पहले आपको निम्नलिखित git कमांड का उपयोग करके प्रोजेक्ट github रिपॉजिटरी को क्लोन करना होगा।

$ git clone https://github.com/dylanaraps/fff.git

वर्किंग डायरेक्टरी को fff में बदलें और स्क्रिप्ट को इंस्टॉल करने के लिए स्क्रिप्ट डायरेक्टरी के अंदर <कोड> इंस्टॉल करें रन करें।

$ cd fff
$ make install

लाल

वैकल्पिक रूप से, आप स्थानीय रिपॉजिटरी से अपनी /usr/स्थानीय/बिन:/usr/स्थानीय/sbin:/usr/bin:/ऑप्ट/ऑप्ट में स्थानीय रिपॉजिटरी से fff स्क्रिप्ट को कॉपी या स्थानांतरित कर सकते हैं। CUDA/बिन:/usr/lib/JVM/डिफ़ॉल्ट/बिन:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl

$ echo $PATH
$ cd fff
$ cp fff /home/aaronkilik/bin/

टर्मिनल से fff लॉन्च करने के लिए, बस चलाएं:

$ fff
OR 
$ fff /home/aaronkilik/bin

आप निम्नलिखित कीबाइंडिंग का उपयोग कर सकते हैं:

j: scroll down
k: scroll up
h: go to parent dir
l: go to child dir

enter: go to child dir
backspace: go to parent dir

-: Go to previous dir.

g: go to top
G: go to bottom

:: go to a directory by typing.

.: toggle hidden files
/: search
t: go to trash
~: go to home
!: open shell in current dir

x: view file/dir attributes
i: display image with w3m-img

down:  scroll down
up:    scroll up
left:  go to parent dir
right: go to child dir

f: new file
n: new dir
r: rename

y: mark copy
m: mark move
d: mark trash (~/.local/share/fff/trash/)
s: mark symbolic link
b: mark bulk rename

Y: mark all for copy
M: mark all for move
D: mark all for trash (~/.local/share/fff/trash/)
S: mark all for symbolic link
B: mark all for bulk rename

p: paste/move/delete/bulk_rename
c: clear file selections

[1-9]: favourites/bookmarks (see customization)

q: exit with 'cd' (if enabled).
Ctrl+C: exit without 'cd'.

आप fff के गितुब भंडार में अधिक अनुकूलन विकल्प पा सकते हैं: https://github.com/dylanaraps/fff।

fff (तेज फ़ाइल-प्रबंधक) सरल, धधकते तेज और न्यूनतम फ़ाइल प्रबंधक को बैश में लिखा गया है। इस लेख में, हमने दिखाया कि लिनक्स में fff सेटअप कैसे करें। किसी भी प्रश्न या टिप्पणी के लिए हम तक पहुँचने के लिए नीचे दिए गए प्रतिक्रिया फ़ॉर्म का उपयोग करें।