tree: bcbc5bb584428f6555300be1a21e122e1c1f0b61 [path history] [tgz]
  1. blobstats/
  2. check_deps/
  3. component_graph/
  4. dart/
  5. devshell/
  6. editors/
  7. fuzzing/
  8. fxtest/
  9. fxutils/
  10. gce/
  11. git/
  12. gn_complete/
  13. memory/
  14. mkinstaller/
  15. move_source/
  16. owner/
  17. prebuilts/
  18. rust/
  19. scrutiny/
  20. sdk/
  21. status/
  22. style/
  23. tests/
  24. third_party/
  25. unification/
  26. verify_cmdline_params/
  27. vim/
  28. youcompleteme/
  29. zsh-completion/
  30. .gitignore
  31. bootstrap
  32. build-qemu.sh
  33. BUILD.gn
  34. build_id_conv.py
  35. change_testability_review_analyzer.py
  36. colorize_logs
  37. cq_perf_results.py
  38. difl
  39. fd.py
  40. fetch-build-artifacts
  41. fidl_project_schema.json
  42. find_integration_revision.py
  43. flog
  44. fx
  45. fx-env.sh
  46. fx-help.awk
  47. fx-wrapper
  48. gen_rust_analyzer.py
  49. generate-fidl-project.py
  50. generate-fidl-tags.py
  51. generate-intellij-config.py
  52. generate_cargo.py
  53. git_utils.py
  54. gn_to_cmake.py
  55. OWNERS
  56. paths.py
  57. README.md
  58. run-zircon-arm64
  59. run-zircon-x86
  60. simplify_stacktraces
  61. sync-from-stem.py
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.