dot icon indicating copy to clipboard operation
dot copied to clipboard

dot conflicts with graphviz dot program

Open dsisnero opened this issue 6 years ago • 14 comments

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

dsisnero avatar May 30 '19 16:05 dsisnero

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" ?

dataf3l avatar Oct 27 '19 10:10 dataf3l

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

marcfrederick avatar Oct 27 '19 16:10 marcfrederick

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).

daveloyall avatar Oct 30 '19 18:10 daveloyall

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 avatar Nov 01 '19 15:11 ubnt-intrepid

dotrs or dotters? (rs for Rust.)

daveloyall avatar Nov 01 '19 20:11 daveloyall

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.

marcfrederick avatar Nov 02 '19 19:11 marcfrederick

How about dotmatrix?

waxlamp avatar Nov 03 '19 14:11 waxlamp

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

sbanwart avatar Nov 16 '19 16:11 sbanwart

How about tod?

pickfire avatar Mar 21 '20 13:03 pickfire

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

mborejdo avatar May 29 '20 14:05 mborejdo

Or it could be dian which means dot in chinese.

pickfire avatar May 29 '20 15:05 pickfire

In relation to https://github.com/void-linux/void-packages/pull/20679#issuecomment-609459405: 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.

liketechnik avatar Jun 22 '20 15:06 liketechnik

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 😉

Techcable avatar Jan 14 '22 07:01 Techcable