Skip to content

Commit e36abf1

Browse files
authored
Update README.md
1 parent 6528782 commit e36abf1

File tree

1 file changed

+20
-22
lines changed

1 file changed

+20
-22
lines changed

README.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -91,39 +91,37 @@ $ dbin --help
9191
#### What are these optional flags? ![pin](https://raw.githubusercontent.com/xplshn/dbin/master/misc/assets/pin.svg)
9292
##### Flags that correspond to the `run` functionality
9393
In the case of `--transparent`, it runs the program from $PATH and if it isn't available in the user's $PATH it will pull the binary from `dbin`'s repos and run it from cache.
94-
In the case of `--silent`, it simply hides the progressbar and all optional messages (warnings) that `dbin` can show, which would always report if the binary is found on cache + the return code of the binary to be run if it differs from 0 otherwise.
95-
##### Flags that correspond to the `install` functionality
96-
`--silent`, it hides the progressbar and doesn't print the installation message
9794
##### `Update` arguments:
98-
Update can receive an optional list of specific binaries to update OR no arguments at all. When `update` receives no arguments it updates everything that is both found in the repos and in your `$DBIN_INSTALL_DIR`.
95+
Update can receive an optional list of specific binaries to update OR no arguments at all. When `update` receives no arguments it updates everything that is both found in the repos and in your `$DBIN_INSTALL_DIR` (unless `$DBIN_REOWN=1`, dbin will not update binaries it didn't install. It won't modify symlinks either).
9996
##### Arguments of `info`
100-
When `info` is called with no arguments, it displays binaries which are part of the `list` and are also found on your `$DBIN_INSTALL_DIR`. If `info` is called with a binary's name as argument, `info` will display as much information of it as is available. The "Size", "SHA256", "Version" fields may not match your local installation if the binary wasn't provided by `dbin` or if it isn't up-to-date.
97+
When `info` is called with no arguments, it displays all binaries which were installed by `dbin`. When it is called with a binary's name as argument, `info` will display as much information of it as is available.
10198
###### Example:
10299
```
103100
$ dbin info micro
104-
Name: micro
105-
Description: A modern and intuitive terminal-based text editor
106-
Version: v2.0.14
107-
Download URL: https://bin.pkgforge.dev/x86_64/micro
108-
Size: 11.67 MB
109-
B3SUM: 2455db4db6e117717b33f6fb4a85d6630268442b111e1012e790feae6255484a
110-
SHA256: 6be82c65571f6aac935e7ef723932322ed5d665028a2179d66211b5629d4b665
111-
Build Date: 2024-08-31T01:08:46
112-
Source URL: https://github.com/zyedidia/micro
113-
Web URL: https://github.com/zyedidia/micro
114-
Build Script: https://github.com/Azathothas/Toolpacks/tree/main/.github/scripts/x86_64_Linux/bins/micro.sh
115-
Build Log: https://bin.pkgforge.dev/x86_64/micro.log.txt
116-
Category: command-line, cross-platform, editor, go, golang, micro, terminal, text-editor
101+
Name: micro#github.com.zyedidia.micro
102+
Pkg ID: github.com.zyedidia.micro
103+
Pretty Name: micro
104+
Description: Modern and intuitive terminal-based text editor
105+
Version: HEAD-7d16dcd-250311T073524
106+
Download URL: oci://ghcr.io/pkgforge/bincache/micro/official/micro:HEAD-7d16dcd-250311T073524-x86_64-linux
107+
Size: 14 MB
108+
B3SUM: b6f32b2b8ff4b5abad126c4d0d466549f91c12eedafbc9826d0673b91d10eea9
109+
SHA256: 3a9278b2be59a8c1fd87647f65d0cfcb9c707e823713045e93af183610ef8102
110+
Build Date: 2025-03-12T03:02:06Z
111+
Build Script: https://github.com/pkgforge/soarpkgs/blob/main/binaries/micro/static.official.source.yaml
112+
Build Log: https://api.ghcr.pkgforge.dev/pkgforge/bincache/micro/official/micro?tag=HEAD-7d16dcd-250311T073524-x86_64-linux&download=micro.log
113+
Rank: 1102
114+
Snapshots: HEAD-9b3f7ff-250119T130748-x86_64-linux [2.0.14]
117115
```
118116
##### Arguments of `list`
119-
`list` can receive the optional argument `--described`/`-d`. It will display all binaries that have a description in their metadata.
117+
`list` can receive the optional argument `--described`/`-d`. It will display all binaries + their description
120118
##### Arguments of `search`
121-
`search` can only receive ONE search term, if the name of a binary or a description of a binary contains the term, it is shown as a search result.
122-
`search` can optionally receive a `--limit` argument, which changes the limit on how many search results can be displayed (default is 90).
119+
`search` can only receive various search terms, if the name of a binary or a description of a binary contains the term, it is shown as a search result.
120+
`search` can optionally receive a `--limit` argument, which changes the limit on how many search results can be displayed (default is 90) (you can also put this in your config)
123121

124122
## Getting Started ![pin](https://raw.githubusercontent.com/xplshn/dbin/master/misc/assets/pin.svg)
125123

126-
To begin using dbin, simply run one of these commands on your Linux system. No additional setup is required. You may also build the project using `go build or go install`
124+
To begin using dbin, simply run one of these commands on your Linux/FreeBSD+Linuxlator system. No additional setup is required. You may also build the project using `go build` or `go install`
127125
#### Use without installing
128126
```
129127
wget -qO- "https://raw.githubusercontent.com/xplshn/dbin/master/stubdl" | sh -s -- --help

0 commit comments

Comments
 (0)