Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Ꞩurfer

The Ꞩurfer app allows you to browse the list of packages available in the Termux packages repository, including the package name, version, short description, and homepage.

You can also search for any package and copy its installation command pkg install <package> -y.

The package list is automatically updated every 2 to 3 hours.

Download

Download apk

Screenshot

screenshot

Surfer within Termux itself

Using fzf as a function that you can put in your .bashrc

Open .bashrc using nano:

nano ~/.bashrc`
fzf function
surfer () {
apt-cache search ".*" | fzf -e \
    --layout=reverse \
    --border-label="Ꞩurfer" \
    --border=rounded \
    --preview-label="Package details" \
    --preview-window='down,,,wrap,~1' \
    --prompt="Install package> " \
    --delimiter=' - ' \
    --with-nth=1,2 \
    --nth=1,2 \
    --preview 'apt-cache show --no-all-versions {1} | grep -Ev "^(SHA|MD5)" ' \
    --bind 'enter:become(pkg install {1})'
}

About

The Ꞩurfer app allows you to browse the list of packages available in the Termux repository, including the package name, version, short description, and homepage.

Topics

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages