Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dot conflicts with graphviz dot program #14

Open
dsisnero opened this issue May 30, 2019 · 13 comments
Open

dot conflicts with graphviz dot program #14

dsisnero opened this issue May 30, 2019 · 13 comments

Comments

@dsisnero
Copy link

dot is a very widely used command already for the graphviz program

@dataf3l
Copy link

dataf3l commented Oct 27, 2019

I also came here to say the exact same thing. I love that there are new programs and new creativity, please let's be creative and invent a new name, so there is no naming conflict. unfortunately, I have no suggestions, what about "dotfiles" ?

@marcfrederick
Copy link

There's already a dotfile manager named dotfiles.
Maybe something like dotman (for dotfile manager) could work?

@daveloyall
Copy link

Agreed. https://en.wikipedia.org/wiki/Graphviz is installed on all my machines. The binary is generally /usr/bin/dot.

Could anything destructive happen, theoretically, if somebody tried to invoke your dot with command line options intended for the graphviz dot?

For your convenience:

Usage: dot [-Vv?] [-(GNE)name=val] [-(KTlso)<val>] <dot files>
(additional options for neato)    [-x] [-n<v>]
(additional options for fdp)      [-L(gO)] [-L(nUCT)<val>]
(additional options for memtest)  [-m<v>]
(additional options for config)  [-cv]

 -V          - Print version and exit
 -v          - Enable verbose mode
 -Gname=val  - Set graph attribute 'name' to 'val'
 -Nname=val  - Set node attribute 'name' to 'val'
 -Ename=val  - Set edge attribute 'name' to 'val'
 -Tv         - Set output format to 'v'
 -Kv         - Set layout engine to 'v' (overrides default based on command name)
 -lv         - Use external library 'v'
 -ofile      - Write output to 'file'
 -O          - Automatically generate an output filename based on the input filename with a .'format' appended. (Causes all -ofile options to be ignored.)
 -P          - Internally generate a graph of the current plugins.
 -q[l]       - Set level of message suppression (=1)
 -s[v]       - Scale input by 'v' (=72)
 -y          - Invert y coordinate in output

 -n[v]       - No layout mode 'v' (=1)
 -x          - Reduce graph

 -Lg         - Don't use grid
 -LO         - Use old attractive force
 -Ln<i>      - Set number of iterations to i
 -LU<i>      - Set unscaled factor to i
 -LC<v>      - Set overlap expansion factor to v
 -LT[*]<v>   - Set temperature (temperature factor) to v

 -m          - Memory test (Observe no growth with top. Kill when done.)
 -m[v]       - Memory test - v iterations.

 -c          - Configure plugins (Writes $prefix/lib/graphviz/config
               with available plugin information.  Needs write privilege.)
 -?          - Print usage and exit

...where "dot files" are plain text documents which contain ALGOL-like syntax (and sometimes an embedded SGML-like syntax).

@ubnt-intrepid
Copy link
Owner

ubnt-intrepid commented Nov 1, 2019

Thanks for report the problem.
This project was originally started for my personal configuration management and its naming did not consider the environment with Graphviz. I agree that the project name needs to be changed, so that users who uses the environment with Graphviz's dot allows to use this tool.

I currently don't have any idea for a new project name, but I'd like to change it as soon as it is decided (the renaming will do at the same time as the CI migration).

Note: since dotman already exists on crates.io, we need to choose a different name for package publishing in the future.

@ubnt-intrepid ubnt-intrepid pinned this issue Nov 1, 2019
@daveloyall
Copy link

dotrs or dotters? (rs for Rust.)

@marcfrederick
Copy link

I don't think including the language (Rust) in the name is a good idea, since the choice of language does not really matter or differentiate this project from others.

@waxlamp
Copy link

waxlamp commented Nov 3, 2019

How about dotmatrix?

@sbanwart
Copy link

Looks like dotmgr and dotfm are available on crates.io.

@pickfire
Copy link

How about tod?

@mborejdo
Copy link

dort (also german, meaning "there", much better than tod, which means dead :-))

@pickfire
Copy link

Or it could be dian which means dot in chinese.

@liketechnik
Copy link

In relation to void-linux/void-packages#20679 (comment): Is there a timescale planned for the rename? It would be nice to not have to rename the package after adding later on, so it would be helpful to get get some more info.

@Techcable
Copy link

Techcable commented Jan 14, 2022

One of the things I like about this project is that it's based on symbolic links.

I propose the name linkman: A manager for dotfile links 😄

I reserved it on crates.io 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests