[GH-ISSUE #81] Automatically generate a .mosint.yaml file during installation. #74

Open
opened 2026-03-01 14:36:06 +03:00 by kerem · 4 comments
Owner

Originally created by @RokeJulianLockhart on GitHub (Oct 24, 2023).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/81

It should include sane defaults.

  1. ./mosint example@example.com
    
  2. RokeJulianLockhart@s1e8h4:~/go/bin>
                                  _           _
        _ __ ___     ___    ___  (_)  _ __   | |_
       | '_ ` _ \   / _ \  / __| | | | '_ \  | __|
       | | | | | | | (_) | \__ \ | | | | | | | |_
       |_| |_| |_|  \___/  |___/ |_| |_| |_|  \__|
    
            v3.0
            https://github.com/alpkeskin/
            Now: Tuesday, 24 Oct 2023
    
             You must create a config file in your home directory named .mosint.yaml
             Or you can use --config flag to specify a config file
    
             You can find an example config file in the repository:
             https://github.com/alpkeskin/mosint/blob/master/example-config.yaml
    
    RokeJulianLockhart@s1e8h4:~/go/bin>
    
Originally created by @RokeJulianLockhart on GitHub (Oct 24, 2023). Original GitHub issue: https://github.com/alpkeskin/mosint/issues/81 It should include sane defaults. 1. ```sh ./mosint example@example.com ``` 1. <blockQuote> ```log RokeJulianLockhart@s1e8h4:~/go/bin> _ _ _ __ ___ ___ ___ (_) _ __ | |_ | '_ ` _ \ / _ \ / __| | | | '_ \ | __| | | | | | | | (_) | \__ \ | | | | | | | |_ |_| |_| |_| \___/ |___/ |_| |_| |_| \__| v3.0 https://github.com/alpkeskin/ Now: Tuesday, 24 Oct 2023 You must create a config file in your home directory named .mosint.yaml Or you can use --config flag to specify a config file You can find an example config file in the repository: https://github.com/alpkeskin/mosint/blob/master/example-config.yaml RokeJulianLockhart@s1e8h4:~/go/bin> ``` </blockQuote>
Author
Owner

@RayoBlanco07 commented on GitHub (Nov 21, 2023):

@RokeJulianLockhart You know how to do the config proces, I have the .mosint.yaml (idk were is the $home directory)

<!-- gh-comment-id:1821561047 --> @RayoBlanco07 commented on GitHub (Nov 21, 2023): @RokeJulianLockhart You know how to do the config proces, I have the .mosint.yaml (idk were is the $home directory)
Author
Owner

@RokeJulianLockhart commented on GitHub (Nov 21, 2023):

https://github.com/alpkeskin/mosint/issues/81#issuecomment-1821561047

@RayoBlanco07, I don't know what you're asking.

<!-- gh-comment-id:1821723692 --> @RokeJulianLockhart commented on GitHub (Nov 21, 2023): > https://github.com/alpkeskin/mosint/issues/81#issuecomment-1821561047 @RayoBlanco07, I don't know what you're asking.
Author
Owner

@RayoBlanco07 commented on GitHub (Nov 22, 2023):

if you @RokeJulianLockhart know were I have to put the config file, the program say it's in the $home directory and I don't know were is.

<!-- gh-comment-id:1822856061 --> @RayoBlanco07 commented on GitHub (Nov 22, 2023): if you @RokeJulianLockhart know were I have to put the config file, the program say it's in the $home directory and I don't know were is.
Author
Owner

@RokeJulianLockhart commented on GitHub (Nov 22, 2023):

https://github.com/alpkeskin/mosint/issues/81#issuecomment-1822856061

@RayoBlanco07, it needs to be at $HOME/.mosint.yaml:

wget 'https://raw.githubusercontent.com/alpkeskin/mosint/master/example-config.yaml' -O "$HOME/.mosint.yaml" # https://stackoverflow.com/revisions/31667928/3#:~:text=-O%20is%20the,path%2Fto%2Ffolder

per

You must create a config file in your home directory named .mosint.yaml

as github.com/alpkeskin/mosint@dd331ba3df/README.md (configuration-file) elaborates upon.

<!-- gh-comment-id:1823555422 --> @RokeJulianLockhart commented on GitHub (Nov 22, 2023): > https://github.com/alpkeskin/mosint/issues/81#issuecomment-1822856061 @RayoBlanco07, it needs to be at `$HOME/.mosint.yaml`: ```PS1 wget 'https://raw.githubusercontent.com/alpkeskin/mosint/master/example-config.yaml' -O "$HOME/.mosint.yaml" # https://stackoverflow.com/revisions/31667928/3#:~:text=-O%20is%20the,path%2Fto%2Ffolder ``` per > You must create a config file in your home directory named `.mosint.yaml` as https://github.com/alpkeskin/mosint/blob/dd331ba3df1e60b27bc80fdbe6e15cd91804a113/README.md#configuration-file elaborates upon.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mosint#74
No description provided.