You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**min12xxw** is a driver for Minolta PagePro printers. It converts print data for 12xxW series.
58
+
**min12xxw** is a CUPS filter and standalone converter for the Minolta PagePro 12xxW host-based laser printer family (PagePro 1200W, 1250W, 1300W, 1350W, 1400W, etc.). These printers use a proprietary host-based protocol rather than PCL or PostScript; min12xxw produces the binary stream the printer expects from input data.
47
59
48
-
The tool is a filter for CUPS. It handles Minolta-specific print protocols.
60
+
It is typically invoked automatically by CUPS via the bundled PPD files, but can also be used standalone to convert a print job into raw printer data.
49
61
50
62
# CAVEATS
51
63
52
-
Minolta 12xxW specific. Part of printer driver. CUPS integration.
64
+
Only supports the PagePro 12xxW/13xxW/14xxW series. The printer must be reachable as a raw device for the produced stream to print correctly. Higher resolutions require more memory in the printer.
53
65
54
66
# HISTORY
55
67
56
-
min12xxw provides Linux support for**Minolta PagePro**12xxW series laser printers.
68
+
**min12xxw** was originally written by**Manuel Tobias Schiller**and packaged in Debian and other distributions as the Linux driver for Minolta's host-based PagePro laser printers, which lack a built-in PostScript or PCL interpreter.
> Display all profile properties or one specific property.
49
+
50
+
**set**_property__value_
51
+
> Set a profile property. Supported: email, fullname, homepage, freenode, twitter, github.
31
52
32
-
**set**_field__value_
33
-
> Set profile value.
53
+
**set password**
54
+
> Interactively change the account password.
34
55
35
-
**enable-2fa**_mode_
36
-
> Enable 2FA (auth-only, auth-and-writes).
56
+
**enable-2fa**[_mode_]
57
+
> Enable two-factor authentication. Mode is `auth-only` (login/auth changes) or `auth-and-writes` (also publish, dist-tag, access changes). Default is `auth-and-writes`.
37
58
38
59
**disable-2fa**
39
-
> Disable 2FA.
60
+
> Disable two-factor authentication.
61
+
62
+
**--registry**_URL_
63
+
> Override the registry URL (default https://registry.npmjs.org/).
64
+
65
+
**--otp**_CODE_
66
+
> Provide a one-time password for 2FA-protected actions.
67
+
68
+
**--json**
69
+
> Output results as JSON.
40
70
41
71
# DESCRIPTION
42
72
43
-
**npm profile** manages npm registry user profile. View and update profile settings. Configure two-factor authentication for account security.
73
+
**npm profile** manages your user profile on the npm registry. It can view and update profile settings (email, fullname, homepage, social handles), change your password interactively, and configure two-factor authentication for account security.
74
+
75
+
This command depends on the registry implementation; third-party registries may not support all subcommands.
76
+
77
+
# CAVEATS
78
+
79
+
Most subcommands only work against npmjs.com or compatible registries. The command is unaware of workspaces. Changing email or enabling 2FA may require an OTP when prompted.
> Use a specific SSH config file (default `~/.ssh/config`).
62
+
63
+
**--style**_STYLE_
64
+
> Output style: table, card, json.
65
+
66
+
**--param**_key=value_
67
+
> Set an SSH option on a host (e.g. hostname, user, port, identityfile).
68
+
69
+
**--desc**_TEXT_
70
+
> Description metadata for hosts or groups.
22
71
23
72
# DESCRIPTION
24
73
25
-
**sshclick** is a CLI and TUI tool for managing SSH configuration files. It parses your SSH config and provides commands to list, filter, modify, and view host entries. Through additional metadata comments, it supports abstractions like host groups and descriptions for better organization.
74
+
**sshclick** is a CLI and TUI tool for managing SSH configuration files. It parses your SSH config (`~/.ssh/config` by default) and provides commands to list, filter, modify, and view host entries. Through additional metadata comments, it supports abstractions like host groups and descriptions for better organization.
75
+
76
+
The TUI mode provides interactive navigation, search, and editing of hosts and groups.
77
+
78
+
# CAVEATS
79
+
80
+
Edits to the SSH config file may reorder or rewrite comments. Always keep a backup before bulk operations.
26
81
27
82
# HISTORY
28
83
29
84
**sshclick** was created by **Karlo Tisaj** (karlot) and is written in **Python**.
0 commit comments